TIDAL · OAuth Scopes
TIDAL OAuth Scopes
OAuth 2.0
derived
TIDAL publishes 12 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the TIDAL API on a user’s behalf.
Tokens are issued from https://auth.tidal.com/v1/oauth2/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
MusicStreamingHi-FiHiRes LosslessAudioBlockSquare
Scopes: 12
Flows: authorizationCode, clientCredentials
Method: derived
OAuth endpoints
Authorization URL
https://login.tidal.com/authorize
https://login.tidal.com/authorize
Token URL
https://auth.tidal.com/v1/oauth2/token
https://auth.tidal.com/v1/oauth2/token
Flows
authorizationCodeclientCredentials
authorizationCodeclientCredentials
Scopes (12)
| Scope | Description | Flows |
|---|---|---|
| collection.read | Read access to a user's "My Collection". | authorizationCode |
| collection.write | Write access to a user's "My Collection". | authorizationCode |
| entitlements.read | Read access to what functionality a user is entitled to access on TIDAL, such as whether they can stream music, use DJ add-ons and similar. | authorizationCode |
| playback | Required to play media content and control playback. | authorizationCode |
| playlists.read | Required to list playlists created by a user. | authorizationCode |
| playlists.write | Write access to a user's playlists. | authorizationCode |
| r_usr | Read access to all end user data | authorizationCode |
| recommendations.read | Read access to a user’s personal recommendations. | authorizationCode |
| search.read | Required to read personalized search results. | authorizationCode |
| search.write | Required to update personalized search results, e.g. delete search history. | authorizationCode |
| user.read | Read access to a user's account information, such as country and email address. | authorizationCode |
| w_usr | Write user | authorizationCode |