1. Get your API key
Create a key withPOST /api/account/keys. This endpoint returns the key value when it is created, so copy it and store it securely before continuing.
See Create API Key for the authentication requirements, request body, and response format.
2. Validate your first email
The fastest way to see the API work is the Email Validity endpoint. Send an address toPOST /api/email/validity and Encrata tells you whether it is safe to
send to - valid, invalid, catch-all, or risky - along with the reason,
provider, and domain trust signals. It is the same check you would run to scrub a
list before a campaign and cut bounces.
Every request authenticates with your API key in the Authorization header:
3. Read the response
A200 OK returns the verdict plus enrichment. The two fields you will branch on
are status (the public verdict) and reason (the machine-readable cause):
Each validation costs 1 credit. Repeat checks of the same address within the
billing window are free (
credits: 0, cached: true). See the full field
reference on the Email Validity page.