Get List of Call Center Extensions

HTTP MethodURLRequires Auth

GET

/api/v1/omnichannel/extensions

Permission required: manage-agent-extension-association

Query Parameters

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

KeyExample ValueDescription

status

free

The status of the extension.

agentId

dBHdm2R4gf

The agent ID.

queues

DevTest

The queues associated with the extension.

extension

700009

Extension number.

Example Call

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'

Example Response

{
    "success": true
}

Last updated

Rocket.Chat versions receive support for six months after release.