tracks
Gets a track by ID.
get/tracks/{track_id}
Path parameters
track_idstring required
A Track ID
Query parameters
user_idstring
The user ID of the user making the request
Response
Success
Example response
{
"data": {
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.