Update the webhook for a given phone number.
curl --request POST \ --url https://api.bland.ai/v1/sms/webhook/update \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "phone_number": "<string>", "webhook": "<string>" }'
{ "status": "success" }
Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Your API key for authentication.
The phone number to update.
The webhook to fire when an SMS is received.