Gets a background track
cURL
curl --request GET \ --url https://api.beyondwords.io/v1/background_tracks/{id} \ --header 'X-Api-Key: <api-key>'
{ "id": 1, "name": "Test track 1", "volume": 100, "created": "2023-01-01 00:00:00 UTC", "updated": "2023-01-01 00:00:05 UTC" }
The numeric ID of your background track
OK
Unique identifier for the object
The background track name
Percent volume of the track
Show child attributes
Time at which the object was created (ISO 8601)
Time at which the object was updated (ISO 8601)
Was this page helpful?