Fetches a specific brand by its unique identifier
Security
bearerAuth
Intercom-Versionstring(intercom_version)
Intercom API version.
By default, it's equal to the version set in the app package.
Default:"2.16"
Enum:"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example:2.16
- The production API serverhttps://api.intercom.io/brands/{id}
- The european API serverhttps://api.eu.intercom.io/brands/{id}
- The australian API serverhttps://api.au.intercom.io/brands/{id}
curl -i -X GET \
'https://api.intercom.io/brands/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.16'Successful response
Response
{ "type": "brand", "id": "15", "name": "Premium Brand", "is_default": false, "created_at": 1686387300, "updated_at": 1709229600, "help_center_id": "20", "default_address_settings_id": "15" }