cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/phone-numbers/import \ --header 'X-Api-Key: <api-key>'
{ "success": true, "message": "<string>", "data": [ { "id": "<string>", "phone": "<string>", "name": "<string>", "type": "<string>", "termination_uri": "<string>", "sip_username": "<string>", "status": "<string>", "created_at": "<string>" } ] }
List Imported Numbers.
Documentation IndexFetch the complete documentation index at: https://docs.ravan.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes