Endpoint
Authentication
| Header | Required | Value |
|---|---|---|
X-API-Key | Yes | Your API key (sec4_...) |
Content-Type | Yes | application/json |
Accept | Recommended | application/json |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Valid email address (one @, non-empty local and domain with at least one dot) |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
email | string | The email that was checked |
domain | string | Extracted domain |
is_disposable | boolean | true if domain is disposable/temporary |