---
title: "Get wrapup code details"
method: GET
path: "/api/v4/contact_center/wrapup_codes/{wrapup_code_id}"
tags: ["Contact Center"]
---

# Get wrapup code details

`GET /api/v4/contact_center/wrapup_codes/{wrapup_code_id}`

Returns detailed information about a specific wrapup code.

## Path parameters

- `wrapup_code_id` integer, required

## Response `200`

OK

- object
  - `wrapup_code` WrapupCode
    - `id` integer — The unique identifier of the wrap-up code.
    - `name` string — The name of the wrap-up code.
    - `code` string — The wrap-up code value.
    - `wrapup_code_groups` WrapupCodeGroupShort[] — The wrap-up code groups this code belongs to.
      - `id` integer — The unique identifier of the wrap-up code group.
      - `name` string — The name of the wrap-up code group.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests

---

[API](https://skmtc.dev/voiso/apis/voiso-api.md) · [All operations](https://skmtc.dev/voiso/apis/voiso-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiso/voiso-api/revisions/3d34cfd8f064/schema)
