Skip to main content
GET
/
v1
/
categories
/
{id}
Get category
curl --request GET \
  --url https://api.wellapp.ai/v1/categories/{id}
{
  "data": {
    "type": "category",
    "id": "uuid",
    "attributes": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt

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

Path Parameters

id
string<uuid>
required

Query Parameters

workspaceId
string<uuid>

Response

The category record.