Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.51 KB

File metadata and controls

32 lines (23 loc) · 1.51 KB

Get List of Call Center Extensions

HTTP MethodURLRequires Auth
GET/api/v1/omnichannel/extensionsyes

{% hint style="info" %} Permission required: manage-agent-extension-association {% endhint %}

Query Parameters

This endpoint supports the optional count and offset #pagination parameters. Additional parameters are as follows:

KeyExample ValueDescription
statusfreeThe status of the extension.
agentIddBHdm2R4gfThe agent ID.
queuesDevTestThe queues associated with the extension.
extension700009Extension number.

Example Call

{% code overflow="wrap" %}

curl --location --request GET 'localhost:3000/api/v1/omnichannel/extensions?count=10&offset=10' \
--header 'X-Auth-Token: xS8jnLS2YzVy-_w8T_S0WnQm5SnADjACa7gbXmcOcLY' \
--header 'X-User-Id: 6vHSSqdBHdm2R4gfi' \
--header 'Content-Type: application/json'

{% endcode %}

Example Response

{
    "success": true
}