Spotify
How to authenticate with Spotify
Last updated
How to authenticate with Spotify
Last updated
When you, you need to add a new redirect URL. This URL is used by Spotify to finalize the authentication process.
When integrating with Orchdio, the redirect URL needs to be a specific value https://api.orchdio.dev/api/v1/auth/spotify/callback
.
As mentioned , when you want to start an authentication flow, you'll need to make a GET request to , in the header you need to specify your x-orchdio-public-key
in the header and your as a query parameter.