user subscription - hmelder/TIDAL GitHub Wiki
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"
}