Skip to main content
GET
/
brands
/
{id}
Get Brand
curl --request GET \
  --url https://api.kimp.kim/brands/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Brand ID

Response

200 - application/json

A brand object

data
object