v1

latestOpenAPI 3.0.32026-07-246376162.1 KB
Contact Center

Get list of wrapup code groups

Returns a paginated list of all wrapup code groups in the contact center.

get/api/v4/contact_center/wrapup_code_groups

Query parameters

limitinteger

The number of items to return.

offsetinteger

The number of items to skip before starting to collect the result set.

Response

OK

Example response

{
  "wrapup_code_groups": [
    {
      "id": 1,
      "name": "Customer Support",
      "wrapup_codes": [
        {
          "id": 1,
          "name": "Issue Resolved",
          "code": "0002"
        }
      ],
      "created_at": "2026-01-15T10:30:00.123000Z",
      "updated_at": "2026-01-20T14:15:00.456000Z"
    }
  ],
  "metadata": {
    "total": 100
  }
}