cURL
curl --request GET \ --url https://api.charp.ai/brands/{brand_id} \ --header 'Authorization: Bearer <token>'
{ "brand_id": "<string>", "name": "<string>", "vendor_id": "<string>" }
Get brand details
Bearer token authentication using OAuth2 access token
Unique identifier of the brand
Brand details retrieved successfully
The response is of type object.
object