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" }
Documentation IndexFetch the complete documentation index at: https://docs.beyondwords.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.beyondwords.io/llms.txt
Use this file to discover all available pages before exploring further.
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?