List music
Gets a list of all music tracks available for the specified genre.
Authorizations
Path parameters
idstringRequired
The unique ID of the music genre.
Responses
200
Successful response
application/json
400
Invalid request
application/json
get
GET /api/v1/music/genres/{id} HTTP/1.1
Host: shortgenius.com
Authorization: Bearer JWT
Accept: */*
[
{
"id": "text",
"name": "text",
"preview_url": "text"
}
]
Last updated