Authentication Routes

POST/api/auth/anonymous-login

Create an anonymous user account and get access token

Try it out

POST/api/auth/spotify-login-with-token

Login spotify user with current account

Try it out

POST/api/auth/youtube-login-with-token

Login youtube user with current account

Try it out

POST/api/auth/deezer-login-with-token

Login deezer user with current account

Try it out

POST/api/auth/apple-music-login-with-token

Login apple music user with current account

Try it out

POST/api/auth/soundcloud-login-with-token

Login soundcloud user with current account

Try it out

POST/api/auth/signout

Logout user

Try it out

POST/api/auth/login-with-password

Login user with password

Try it out

POST/api/auth/set-analytics-id

Set analytics ID

Try it out