Skip to content

auth username password

Hugo Melder edited this page Oct 16, 2020 · 4 revisions

Example Request

Method

POST

Url

https://api.tidal.com/v1/login/username

Url-Encoded Parameter

username: {username}
password: {password}
token: {client_id}
clientUniqueKey: {randomBytes} (optional)
clientVersion: {version} (optional)

Example Response

{
  "userId": xxxxxxxxx,
  "sessionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "countryCode": "DE"
}

Session based authentication works with the "sessionId={sessionId}" Url parameter. The authentication header is not necessary.

TIDALAPI REST Documentation

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