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?