Nexmo Verify
Connector for the nexmo-verify API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com/verify - Auth:
bearer(pass your key via theapiKeyinput)
Operations
verifysearch— GET /search/{format} — Verify Searchverifycheck— POST /check/{format} — Verify Checkverifycontrol— POST /control/{format} — Verify Controlnetworkunblock— POST /network-unblock — Request a network unblockverifyrequestwithpsd2— POST /psd2/{format} — PSD2 (Payment Services Directive 2) Requestverifyrequest— POST /{format} — Request a Verification
Inputs
apiKey— your nexmo-verify 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: verifysearch
apiKey: <your key>