Skip to content

user subscription

Hugo Melder edited this page Nov 14, 2020 · 2 revisions

Example Request

Method

GET

Url

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

Header

authorization: Bearer {access_token}

Example Response

{
  "validUntil": "1920-11-28T17:28:02.333+0000",
  "status": "ACTIVE",
  "subscription": {
    "type": "HIFI",
    "offlineGracePeriod": 30
  },
  "highestSoundQuality": "HI_RES",
  "premiumAccess": true,
  "canGetTrial": false,
  "paymentType": "PARENT"
}
{
  "validUntil": "1920-11-20T14:56:31.747+0000",
  "status": "ACTIVE",
  "subscription": {
    "type": "FREE",
    "offlineGracePeriod": 0
  },
  "highestSoundQuality": null,
  "premiumAccess": false,
  "canGetTrial": true,
  "paymentType": "NONE"
}

TIDALAPI REST Documentation

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