List all Verified Caller IDs
Returns a list of your Verified Caller IDs. The caller IDs are
returned sorted by creation date, with the most recent caller IDs
appearing first. The list is filterable by sending in any of the
following parameters.
Permissions
The API token must include the following scopes: Voice.
Query Parameters |
---|
filter_name stringString representing the name assigned to the caller ID. Will return all Verified Caller IDs containing this value as a substring. |
filter_number stringString representing the number assigned to the caller ID. Will return all Verified Caller IDs containing this value as a substring. |
Responses |
---|
Schema — OPTIONAL |
---|
links object — OPTIONALself string — OPTIONAL | first string — OPTIONAL | next string — OPTIONAL | prev string — OPTIONAL |
| data object[] — OPTIONALtype string — OPTIONALThe type of the returned object, this should be verified_caller_id . | id uuid — OPTIONALThe unique identifier of the Verified Caller ID on SignalWire. | verified boolean — OPTIONALA boolean representing whether the number has been verified or not. | verified_at string — OPTIONALNullable DateTime fields representing the date and time that the number was verified. If the number has not been verified, it will be null . | status string — OPTIONALString representing the verification status for the caller ID. Current values are "Verified" and "Awaiting Verification" |
|
|