Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

artist mix

Hugo Melder edited this page Oct 15, 2020 · 2 revisions

Example Request

Method

GET

Url

https://api.tidal.com/v1/artists/3529689/mix?countryCode=DE

Header

authorization: Bearer {access_token}or
x-tidal-token: {client_id} (No Authentication Needed)

Example Response

 {
  "id": "00008ded8a6682c338c2fbabd6619f"
}

TIDALAPI REST Documentation

Endpoints

Clone this wiki locally