Skip to main content
GET
/
v2
/
statuses
List Statuses
curl --request GET \
  --url https://public.api.serval.com/v2/statuses \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "teamId": "<string>",
      "statusGroup": "TICKET_STATUS_GROUP_UNSPECIFIED",
      "name": "<string>",
      "description": "<string>",
      "isDefault": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

teamId
string

Response

Success

data
Status · object[]