wrap-up_codes
  • 16 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

wrap-up_codes

  • Dark
    Light
  • PDF

Article summary

Get
/api/v2/cdr/wrapup_codes

Returns a list of all wrap-up code names and IDs based on your API key and user API key.

Query parameters
key
stringRequired
Exampleuser_api_key
Responses
200

Success

example1

Wrap up codes

All of the wrap-up code data

{
  "description": "0001: No English",
  "code": "0001"
}
object

Array of code and description

Example{ "description": "0001: No English", "code": "0001" }
400

Invalid query parameters

Invalid or nonexistent User API Key
{
  "error": "Invalid User API Key"
}
Example{ "error": "Invalid User API Key" }

Was this article helpful?

What's Next