integrations.sh
← all integrations

EmailVerify

OpenAPI apis-guru email

OTP email verification API by PayPI.

EmailVerify provides a simple way to verify email addresses. We send emails ourselves taking the burden of setting up email systems and tracking codes.

To learn more about this API, check out

Authentication

All requests to the EmailVerify API must be authenticated with an API Key. To get an API key, subscribe to the EmailVerify .
Set your Authorization header to Bearer YOUR-API-KEY.

curl-H "Content-Type: application/json" \-H "Authorization: Bearer YOUR-API-KEY" \...
Homepage
https://api.apis.guru/v2/specs/paypi.dev/1.0.0.json
Provider
paypi.dev
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/paypi.dev/1.0.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/paypi.dev/1.0.0/openapi.yaml

Tools (4)

Extracted live via the executor SDK.

  • checkCode.postCheckCode

    Checks the user's emailed code is valid. If this returns success=true, you can safely assume the user you are interacting with is the owner of that email address.

  • sendCode.postSendCode

    This request send's a code to the given email address, which should be returned to check it is correct.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools