cURL
curl --request POST \ --url https://api.bland.ai/v1/inbound/insert \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --header 'encrypted_key: <encrypted_key>' \ --data '{ "numbers": [ "<string>" ] }'
{ "status": "success", "message": "Successfully inserted numbers", "inserted": [ "+12223334444", "+13334445555" ] }
Add inbound numbers to Bland from your own Twilio account. See Custom Twilio Integration for more information.
Show properties
success
error