cURL
curl --request GET \ --url https://api.scrunchai.com/v1/brands \ --header 'Authorization: Bearer <token>'
{ "total": 123, "items": [ { "id": 123, "name": "<string>", "website": "<string>" } ], "offset": 0, "limit": 123 }
List available brands
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
x >= 0
Successful Response
Show child attributes
Was this page helpful?