Redial Verification Call
Places the verification call again, this will generate a new code to be read.
Restrictions
- You are limited to 10 redial verification calls to a given number with a one week period.
- You must wait one minute before each redial verification call attempt.
Permissions
The API token must include the following scopes: Voice.
Path Parameters |
---|
id uuid — REQUIREDUnique unique identifier of the Verified Caller ID on SignalWire |
Responses |
---|
Schema — OPTIONAL |
---|
type 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" |
|