Skip to main content

Get extension number

Returns the extension number of the person in charge of the customer from the incoming call number. If no one is in charge of the customer or the customer does not exist, the extension number will return null.

HTTP Request

GET /api/v3/callcenter/extension?caller_number=0944xxxxx

Query Parameters

ParameterTypeDefaultDescription
caller_numberstringIncoming call number

Response

{
"extension": "1010"
}