Retrieve brands
GET {{base_url}}/brandings
Retrieves a list of JSON descriptions for all brandings in your VideoAsk account. Brandings are sorted by creation date in descending order.
Fields for pagination:
- offset
: to indicate from which answer we want to start the page
- limit
: to indicate the size of the page
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
{"count":2,"next":null,"previous":null,"results":[{"branding_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","name":"Brand 1","logo":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","logo_url":"https://media.dev.videoask.it/images/logo-url.png?token=zzzzzz","branding_url":"https://acme.com","custom_domain":"ask.acme.com","dns_validated_at":"2020-08-10T11:51:24.693974Z"},{"branding_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","name":"Brand 2","logo":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","logo_url":"https://media.dev.videoask.it/images/logo-url.png?token=zzzzzz","branding_url":"https://example.com","custom_domain":"contact.example.com","dns_validated_at":null}]}