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

Account management

PreviousAdd playlist to libraryNextAccount information

Last updated 1 year ago

In this section, you'll learn what you can access on a user's streaming platform account.

All the APIs in this collection all vary based on the scopes required and the scopes the user has granted. For example, in order to access the user's playlist history on their spotify account, they need to grant the user-playlist-history scope, which must've been passed during auth.

You can for information about Authentication.

You can consult the developer documentation for the platform you're trying to target and the features/APIs you need in order to know which scopes to ask the user during auth.

Due to the nature of the Deezer API, Orchdio is architected to work with all the Deezer scopes by default, so you don't need to pass scopes when authorizing the user on Deezer.

All of the APIs in this section require you to pass in the user's Orchdio ID which is a uuid. Please check on how to fetch a user's Orchdio ID.

You also need to pass the platform you're targeting. Please check to see what to pass for each platform.

You can currently access the following

User account information

User's Playlists

User's (favourited or followed) artists

User's favourited albums

User's listening history

👥
go here
Deezer Developer docs
Spotify Developer docs (scopes)
this guide
this section
Account information
Library playlists
Library artists
Library albums
Listening history