Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Headers
Your API key for authentication.
Body
The phone number to update.
The webhook to fire when an SMS is received.
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"
}
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"
}
{
"status": "success"
}
Was this page helpful?