Skip to main content
POST
Create end reason

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant the end reasons belong to

Body

application/json
label
string
required

Human readable label shown when ending a case

category
enum<string>
required

Category the end reason counts as in resolution statistics

Available options:
SUCCESS,
UNRESOLVED,
NOT_POSSIBLE,
ERROR
handle
string

Stable machine readable handle. Derived from the label when omitted.

Response

Created

id
string<uuid>

Id of the created end reason