Retrieves a list of brands that the user associated with the API key has access to.
Request
Add parameter in header X-API-KEY
Example:X-API-KEY: ********************
Request Code Samples
curl --location --request GET 'https://api.withdipp.com/brand-api/resource/brands' \
--header 'X-API-KEY: <api-key>'
Responses
{
"brands": [
{
"organization_name": "organization name",
"organization_uuid": "string",
"brand_uuid": "string",
"brand_name": "brand name",
"brand_logo": "https://storage.xxx.com/dipp-massimo-images/cf2910014474453ba9f69fc378f87594/a0cd382ca523f4bc.png"
}
]
}
Modified at 2025-08-29 07:22:38