For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing
the word Basic followed by a space and a base64-encoded string of project_id:token.
The project ID will be used as the username and the API token as the password.
Example:
```
Authorization: Basic base64(project_id:token)
```
Path parameters
idstringRequiredformat: "uuid"
Unique ID of the phone number.
Request
This endpoint expects an object.
namestringOptional
The friendly name for the phone number.
call_handlerenumOptional
The call handler for the phone number.
call_receive_modestringOptional
The call receive mode for the phone number.
call_request_urlstringOptional
The call request URL for the phone number.
call_request_methodenumOptional
The call request method for the phone number.
Allowed values:
call_fallback_urlstringOptional
The call fallback URL for the phone number.
call_fallback_methodenumOptional
The call fallback method for the phone number.
Allowed values:
call_status_callback_urlstringOptional
The call status callback URL for the phone number.
call_status_callback_methodenumOptional
The call status callback method for the phone number.
Allowed values:
call_laml_application_idstringOptional
The ID of the LaML Application to use when using the laml_application call handler.
call_dialogflow_agent_idstringOptional
The ID of the Dialogflow Agent to start when using the dialogflow call handler.
call_relay_topicstringOptional
A string representing the Relay topic to forward incoming calls to.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing
the word Basic followed by a space and a base64-encoded string of project_id:token.
The project ID will be used as the username and the API token as the password.