Ipqualityscore
Connector for the ipqualityscore API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ipqualityscore.com/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
emailvalidation— GET /json/email/{YOUR_API_KEY_HERE}/{USER_EMAIL_HERE} — Email Validationphonevalidation— GET /json/phone/{YOUR_API_KEY_HERE}/{USER_PHONE_HERE} — Phone Validationmaliciousurlscanner— GET /json/url/{YOUR_API_KEY_HERE}/{URL_HERE} — Malicious URL Scanner
Inputs
apiKey— your ipqualityscore 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: emailvalidation
apiKey: <your key>