Skip to main content
POST
/
product-main-categories
/
byIds
Get categories by IDs
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/product-main-categories/byIds \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'

Authorizations

access-token
string
header
required

Body

application/json
ids
string[]
required

Response

200

Categories matching the provided IDs