Get Mixing Studios
Description
This endpoint provides a list of mixing studios.
The id
returned from this endpoint can be used to populate the value
field in the request body of the /orders/{orderId}
endpoint.
Responses
[
{
"id": "0000A00000aBcDEFH0",
"name": "Sample Mixing Studio"
}
]
Example
Authentication
This API requires an API key for authentication. The API key should be included in the header of the request as Authorization: Bearer {API_KEY}
.
Request
curl --location '{BASE_URL}/cv/mixing-studios' \
--header 'Authorization: Bearer {API_KEY}'
03 July 2025