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
Parameter | Type | Default | Description |
---|---|---|---|
caller_number | string | Incoming call number |
Response
{
"extension": "1010"
}