cURL
curl --request GET \ --url https://api.kimp.kim/brands \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>" } ] }
Retrieves a list of all brands.
A list of brands
Show child attributes