Campaign Registry: Brands
Get brand
Retrieves the details of a brand.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Messaging and Numbers.
Learn more about API scopes.
get/api/relay/rest/registry/beta/brands/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the brand.
Response
The request has succeeded.
Example response
{
"state": "pending",
"name": "My Brand",
"company_name": "BrandCo",
"contact_email": "brand_info@example.com",
"contact_phone": "+18995551212",
"ein_issuing_country": "United States",
"legal_entity_type": "Private Company",
"ein": "12-3456789",
"company_address": "123 Brand St, Hill Valley CA, 91905",
"company_vertical": "Healthcare",
"company_website": "www.example.com",
"status_callback_url": "https://example.com/handle_callback"
}