Get Studios
Description
This endpoint is used to get the controlled vocabulary of studios. The field entityId will be used in the Create Contact endpoint as studioId to associate a contact with a studio, and in the Search Contacts endpoint to filter contacts by studio. The entityId can also be used in Users Search to filter users by studio.
Endpoint
Responses
[
{
"studio": {
"studioName": "Dubbing Brothers",
"studioCode": "DBFR",
"studioLegalEntityName": "Dubbing Brothers",
"languages": [],
"isActive": true,
"signingMode": "EXTERNALLY_SIGNED"
},
"createDate": "2025-06-28T00:27:25.457Z",
"modifiedDate": "2025-07-08T20:14:32.364Z",
"entityId": "e806110e-1ffe-4cbf-a6ef-fbccd18740fd"
},
{
"studio": {
"studioName": "Dubbing Brothers France | Saint-Denis",
"studioCode": "DBFRSD",
"studioLegalEntityName": "",
"languages": [],
"isActive": true,
"signingMode": "EXTERNALLY_SIGNED"
},
"createDate": "2025-08-15T06:03:31.891Z",
"modifiedDate": "2025-08-15T06:03:31.891Z",
"entityId": "7822d83e-ac58-4e16-bbd9-ec9468378536"
}
]
Related Documentation
Create Contact: Associate a contact with a studio.
Search Contacts: Filter contacts by studio.
Search Users: Filter users by studio.
API Reference: See all available endpoints and details.
24 November 2025