cURL
curl --request GET \ --url https://api.kimp.kim/brands/{id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "name": "<string>" } }
Retrieves a specific brand by ID.
Brand ID
A brand object
Show child attributes