Skip to main content
Use your enc_ API key in the Authorization header for developer API requests.

Create an API key

Create and manage keys with POST /api/account/keys. The endpoint reference covers the authentication requirements, request body, and response shape.

Key behavior

Validate an email

Use Email Validity to verify the authentication setup and validate your first address. It is the same request used in the Quickstart.

Handle common errors

Email API errors use this shape:
Do not retry 400 or 401 responses unchanged. Correct the request or credential first. Retries are appropriate for 429 and 5xx responses.
Keep your API key secret. Do not commit it to version control or expose it in client-side code.