Skip to main content
Version: FINAL-1.0.0

Get tracks types

getapi.bunnystudio.com/tracks/types

This endpoint retrieves the types of tracks available on the music library.

Requirements

Authentication
Scope

Request example

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

Response format

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

Response example

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