Creates a new verified caller ID. A verification code will be sent to the phone number.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
String representing the phone number for the caller ID. This must be a valid, routeable phone number in E.164 format that is able to receive a voice phone call for verification.
The type of the returned object, this should be verified_caller_id.
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: