cURL
curl --request POST \ --url https://api.callers.ai/organization/{sipId}/phone-number \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "phoneNumbers": [ "14155552671", "+442071234567" ] } '
{ "status": "error", "message": "<string>", "data": [ {} ] }
Optional sub organization ID. Must belong to your main organization API key.
Array of phone numbers with country codes
["14155552671", "+442071234567"]
phone number Created successfully.