Skip to main content
Version: FINAL-1.0.0

Get tracks subtypes

getapi.bunnystudio.com/tracks/{typeId}/subTypes

This endpoint retrieves the subtypes of an specific type of track available on the music library.

Requirements

Authentication
Scope

Path parameters

id
string
Id of the type of music you want the subtypes

Request example

 curl --request GET \ 
--url https://api.bunnystudio.com/tracks/ID/subTypes \
--header "x-access-token: YOUR_TOKEN" \

Response format

id
string
The id of the sub type of music
name
string
The name of the sub type of music

Response example

[
{
"id": "casual",
"name": "casual",
}
...
]