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.
Path Parameters
The unique identifier of the persona the phone number is attached to.
The E.164 formatted phone number to update settings for. This number must currently be attached to the specified persona.
Body Parameters
Persona-specific settings for this phone number. Pass null to clear all per-number settings and fall back to the persona’s defaults. Show persona_settings object
Override the persona’s default pathway with a specific pathway for calls/messages on this number.
Specific version of the pathway to use.
Specific node within the pathway to start from.
Response
The updated inbound number record. Show inbound number object
Internal ID of the inbound number record.
The E.164 formatted phone number.
The persona this number is attached to.
The updated persona settings for this number, or null if cleared.
ISO 8601 timestamp of when the record was last modified.
null on success, or a list of error objects if the request failed.
Request (Set pathway override)
Response (Success)
Request (Clear settings)
Error Response (Number not attached to persona)
{
"persona_settings" : {
"pathway_id" : "pathway_abc123" ,
"pathway_version" : 2 ,
"start_node_id" : "node_xyz"
}
}
Docs for agents: llms.txt