Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Body
The inbound phone number whose label you want to update.Required format: E.164 (for example, +12223334444).
The new label to assign to this inbound number.Constraints:
- Max length:
150 characters
- Set to an empty string (
"") to clear the label
Response
The inbound phone number that was updated.
Error array (null on success).
{
"data": {
"message": "Label updated successfully",
"phone_number": "+18669659045",
"label": "apitest"
},
"errors": null
}