Skip to content
Hugo Melder edited this page Oct 15, 2020 · 1 revision

Example Request

Method

GET

Url

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

Header

authorization: Bearer {access_token}

Example Response

{
  "id": 012345678,
  "username": "test@example.com",
  "firstName": "test",
  "lastName": "example",
  "email": "test@example.com",
  "countryCode": "DE",
  "created": "2018-04-22T19:18:42.375+0000",
  "picture": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx",
  "newsletter": false,
  "acceptedEULA": true,
  "gender": "m",
  "dateOfBirth": "1900-02-20",
  "facebookUid": 0,
  "appleUid": null
}

TIDALAPI REST Documentation

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