Skip to main content
GET
/
v1
/
categories
/
{slug}
Get Category Detail
curl --request GET \
  --url https://api.example.com/v1/categories/{slug}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

slug
string
required

Response

Successful Response