Status and priority

Get Conversation Statuses

get/api/v1/statuses

Response

Statuses retrieved successfully

statusstring

Example response

{
  "status": "success",
  "data": [
    {
      "id": 1,
      "created_at": "2025-08-28T10:00:00Z",
      "name": "Open"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.