Get a brand
Authorization
BearerAuth AuthorizationBearer <token>
An instance admin key from ADMIN_API_KEYS, or an organization key (elmo_…) issued from the dashboard.
In: header
Path Parameters
brandId*string
Brand identifier
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/brands/string"{ "id": "string", "name": "string", "domains": [ "string" ], "aliases": [ "string" ], "enabled": true, "onboarded": true, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "organizationId": "string", "enabledModels": [ "string" ], "delayOverrideHours": 0}