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

Documentation Index

Fetch the complete documentation index at: https://docs.kimp360.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Brand ID

Response

200 - application/json

A brand object

data
object