Using the below method, we can get the detail of the extension of a given ID.

curl --request GET \
  --url https://api.acefone.co.uk/v1/extension/id \
  --header 'accept: application/json' \
  --header 'authorization: Authorization'

Response

Variable NameDescriptionData Type
id
name
eid
deny
permit
intercom
is_blocked
team_member_name
team_member_id
follow_me_number
ring_timeout
codec
music_on_hold
follow_me_timeout
voicemail
status
uri
outbound_call_limit
call_strategy
caller_id
Sample JSON
{
"id":191
"name":"TestUser1"
"eid":"050XXXXX01"
"deny":NULL
"permit":NULL
"intercom":"100"
"is_blocked":0
"team_member_name":"TestUser1"
"team_member_id":299
"follow_me_number":"9183XXXXX887"
"ring_timeout":30
"codec":"ulaw,alaw,g729,gsm,iLBC,g722,lpc10,speex"
"music_on_hold":NULL
"follow_me_timeout":60
"voicemail":NULL
"status":0
"uri":NULL
"outbound_call_limit":3
"call_strategy":"extension-followme-voicemail"
"caller_id":111
}
Language
Click Try It! to start a request and see the response here!