GET
/
brands
/
{brand_id}
curl --request GET \
  --url https://api.charp.ai/brands/{brand_id} \
  --header 'Authorization: Bearer <token>'
{
  "brand_id": "<string>",
  "name": "<string>",
  "vendor_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Path Parameters

brand_id
string
required

Unique identifier of the brand

Response

200
application/json
Brand details retrieved successfully
brand_id
string
required

Unique identifier of the brand

name
string
required

Name of the brand

vendor_id
string
required

ID of the vendor managing the brand