cURL
curl --request PUT \ --url https://api.ravan.ai/api/v1/phone-numbers/import/{id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>", "termination_uri": "<string>", "sip_username": "<string>", "sip_password": "<string>" } '
{ "success": true, "message": "<string>", "data": { "id": "<string>", "phone": "<string>", "name": "<string>", "type": "<string>", "termination_uri": "<string>", "sip_username": "<string>", "status": "<string>", "created_at": "<string>" } }
Update Imported Number.
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.
Imported number ID
Friendly name
SIP termination URI
SIP username
SIP password
Successful response
Show child attributes