---
title: "Check an email verification status"
method: GET
path: "/api/v2/email-verification/{email}"
tags: ["EmailVerification"]
---

# Check an email verification status

`GET /api/v2/email-verification/{email}`

Requires one of the following scopes: `email_verifications:read`, `email_verifications:all`, `all:read`, `all:all`

## Path parameters

- `email` string, email, required

## Response `200`

The requested Email Verification

- EmailVerification — A single email verification
  - `status` 'success' | 'error', nullable — The request status. Do not use this field to determine the verification status. Please use `verification_status` instead to check the verification status
  - `email` string, required — The email address to verify
  - `verification_status` 'pending' | 'verified' | 'invalid', required — The verification status.
  - `catch_all` union — Whether this is a catch-all email address
    - boolean
    - string
  - `credits` number, nullable — The number of verification credits available after the verification
  - `credits_used` number, nullable — The number of verification credits used

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/revisions/378d1e253fe7/schema)
