Twilio Twilio Verify V2
Connector for the twilio-twilio-verify-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://verify.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listverificationattempt— GET /v2/Attempts — List all the verification attempts for a given Account.fetchverificationattemptssummary— GET /v2/Attempts/Summary — Get a summary of how many attempts were made and how many were converted.fetchverificationattempt— GET /v2/Attempts/{Sid} — Fetch a specific verification attempt.fetchform— GET /v2/Forms/{FormType} — Fetch the forms for a specific Form Type.fetchsafelist— GET /v2/SafeList/Numbers/{PhoneNumber} — Check if a phone number exists in SafeList.listservice— GET /v2/Services — Retrieve a list of all Verification Services for an account.
Inputs
apiKey— your twilio-twilio-verify-v2 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listverificationattempt
apiKey: <your key>