Skip to content

loginToken

Hugo Melder edited this page Oct 17, 2020 · 5 revisions

Get User Auth-Token

  • You can exchange the user_auth_token with an access_token and a refresh_token
  • Available after login
  • Use the sessionId={sessionId} Url Parameter for session based authorization

Example Request

Method

GET

Url

https://api.tidal.com/v1/users/{userId}/loginToken?countryCode={country}

Header

authorization: Bearer {access_token} (Only if no sessionId Parameter is set)

Example Response

{
  "authenticationToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

TIDALAPI REST Documentation

Artists
Albums
Playlists
Tracks
Videos
Mixes
User
Get
Delete
Add
Pages
Search
Feed
Widevine
Authentication
Clone this wiki locally