cURL
curl --request GET \ --url https://api.openmic.ai/h/v2/phone-numbers/{phone_number_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "phone_number": "<string>", "name": "<string>", "inbound_agent_uid": "<string>", "outbound_agent_uid": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Returns details for a single phone number including linked agents.
API key obtained from the OpenMic dashboard.
Phone number details.
Was this page helpful?