Retrieve a brand
GET {{base_url}}/brandings/{{branding_id}}
Retrieves a branding by the given branding_id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
"{\n \"branding_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", // The `id` field will be deprecated\n \"name\": \"Brand 1\",\n \"logo\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"logo_url\": \"https://media.dev.videoask.it/images/logo-url.png?token=zzzzzz\",\n \"branding_url\": \"https://acme.com\",\n \"custom_domain\": \"ask.acme.com\",\n \"dns_validated_at\": \"2020-08-10T11:51:24.693974Z\"\n},"