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/v6.1/call_center/odd_number

Query Parameters

ParametersTypeDescription
caller_numberstringPhone number
provider_codestringPBX code (provided by Getfly)

Example

HTTP Request

GET api/v6/call_center/odd_number?caller_number=0988888888&provider_code=CODE HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json

Status

200 OK

Response

{
"odd_number": "291"
}