Orchdio API documentation
  • 👋Welcome!
  • Quick Start
  • Reference
    • API Reference
      • 🔒 Authentication
        • Spotify
        • Deezer
        • Apple Music
      • ⚛️Entity
        • Track
        • Playlist
      • 📑Library management
        • Add playlist to library
      • 👥Account management
        • Account information
        • Library playlists
        • Library artists
        • Library albums
        • Listening history
      • 🪝Webhooks
  • ⚗️Miscellaneous
    • Target platform values
    • 🔮Showcases
    • FAQ (The frequent "whats" and "whys")
Powered by GitBook
On this page
  1. Reference
  2. API Reference
  3. 🔒 Authentication

Deezer

How to authenticate with Deezer

PreviousSpotifyNextApple Music

Last updated 1 year ago

Similar to other platforms, when you create a new Deezer app, you have to add a redirect URL. The URL is still similar to other platforms supported by Orchdio but with another extra query parameter called deezer_state.

On your dashboard, you'll see the autogenerated Deezer state for your app. You need to copy this state and add it to the Orchdio redirect URL as a query parameter. Your redirect URL would then look like https://api.orchdio.com/v1/auth/deezer?state=your_deezer_state.