v1

latestOpenAPI 3.0.32026-07-246376162.1 KB
Contact Center

Get wrapup code group details

Returns detailed information about a specific wrapup code group.

get/api/v4/contact_center/wrapup_code_groups/{wrapup_code_group_id}

Path parameters

wrapup_code_group_idinteger required
Example:1

The unique identifier of the wrapup code group.

Response

OK

Example response

{
  "wrapup_code_group": {
    "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"
  }
}