Skip to main content
POST
/
v2
/
email
/
verify
Verify a single email address
curl --request POST \
  --url https://api.revenuebase.ai/v2/email/verify \
  --header 'Content-Type: application/json' \
  --header 'x-key: <api-key>' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.revenuebase.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-key
string
header
required

Query Parameters

metadata
boolean
default:false

Include detailed metadata in response

Body

application/json
email
string<email>
required

Response

Successful Response