Verified Caller IDs
This is an object that represents a phone number that is not purchased through SignalWire. In order place a call from a phone number not purchased through SignalWire, you must first verify that you are the owner of that number. For more information on Verified Caller IDs you can read about them.
How This Works
In order to use a number that you have not purchased through SignalWire as a Caller ID, value you must first verify that you own that number. You are limited to 10 calls to a given number with a one week period.
- Create a Verified Caller ID Object using the appropriate REST endpoint.
- The SignalWire platform will place a call to the phone number that you specified.
- You may request a redial by submitting a request to the Redial Verification Call Endpoint.
- When the phone is answered, we will read a six-digit code.
- To verify that you are the owner, take that number and submit it to the Validate Verifications Endpoint.
- You have 5 attempts to enter the code correctly.
📄️ Create a new Verified Caller ID
To send a verification call to a number, you send a `POST` request to the Verified Caller ID resource.
📄️ List all Verified Caller IDs
Returns a list of your Verified Caller IDs. The caller IDs are
📄️ Retrieve a Verified Caller ID
To retrieve an existing Verified Caller ID, you send a `GET` request
📄️ Update a Verified Caller ID
To update an existing Verified Caller ID, you send a `PUT request to
📄️ Delete a Verified Caller ID
Permanently deletes a Verified Caller ID. You will no longer be able
📄️ Validate the Verification Code
Supplies the verification code that was read during the verification
📄️ Redial Verification Call
Places the verification call again, this will generate a new code to be read.