POST
/
subclasses
curl --request POST \
  --url https://sandbox.withclasp.com/subclasses \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "category": "department",
  "name": "<string>"
}'
{
  "id": "<string>",
  "category": "department",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

Response

201 - application/json

The response is of type object.