HTTP Method | URL | Requires Auth |
---|---|---|
GET | /api/v1/omnichannel/extensions | yes |
{% hint style="info" %}
Permission required: manage-agent-extension-association
{% endhint %}
This endpoint supports the optional count
and offset
#pagination parameters. Additional parameters are as follows:
Key | Example Value | Description |
---|---|---|
status | free | The status of the extension. |
agentId | dBHdm2R4gf | The agent ID. |
queues | DevTest | The queues associated with the extension. |
extension | 700009 | Extension number. |
{% 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 %}
{
"success": true
}