Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Email verification request

business_id
string
required

Business ID to verify email for

email
string<email>
required

Email address to verify

Response

Email verification initiated

verification_id
string
required

Unique verification ID

status
enum<string>
required

Verification status

Available options:
pending,
sent,
verified,
failed
expires_at
string<date-time>

Verification expiration time