Integrate Gmail status checking into your own applications
/api/v1/check with your keyAll API requests require an API key passed via the X-API-Key header:
Check the status of Gmail accounts. Returns results synchronously.
email:password format. The password is preserved in the
original_line field of the response.
Returns current usage statistics for your API key.
Lists all API keys for your account. Requires JWT token in Authorization: Bearer TOKEN header.
Permanently deletes an API key. All requests using this key will fail immediately.
| Status | Description |
|---|---|
good |
Account exists and is active |
disabled |
Account is disabled or suspended |
unknown |
Could not determine status (timeout, error, etc.) |
| Code | Error | Description |
|---|---|---|
| 400 | Invalid input | Missing or malformed request body |
| 401 | Unauthorized | Missing or invalid API key |
| 403 | Forbidden | API key has been disabled |
| 429 | Rate limited | Too many requests or daily limit exceeded |
| 500 | Server error | Internal error during email check |
| Requirement | Details |
|---|---|
| Subscription | API plan — free and pro plan users cannot use the API |
| Emails/request | 50,000 max per single API call |
| Daily limit | Unlimited — no daily cap for paid users |
| Keys/account | 1 API key per user account |
403 Subscription required error.