🔁APIs

Categories Endpoint

get
Responses
curl -L \
  --url 'https://cm.test/api/categories'
{}
get
Path parameters
modelintegerrequired

The model ID

Responses
curl -L \
  --url 'https://cm.test/api/categories/{model}'
{}

Types Endpoint

get
Responses
curl -L \
  --url 'https://cm.test/api/types'
{}
get
Path parameters
modelintegerrequired

The model ID

Responses
curl -L \
  --url 'https://cm.test/api/types/{model}'
{}

Last updated

Was this helpful?