---
title: "Get domain verifications"
method: GET
path: "/api/v2/direct/verifications/active"
tags: ["Domain Access Verifier: Verifications"]
---

# Get domain verifications

`GET /api/v2/direct/verifications/active`

Retrieve a list of pending and completed domain verifications.

## Request body

- DomainAccessVerifierV2VerificationsListRequest
  - `domains` string[], required — The list of domains for which to get verification details for.

## Response `200`

Success response

- DomainAccessVerifierV2VerificationsActiveVerificationsCollection — Returns active verifications (PENDING and VERIFIED) grouped by status and domain. Includes last and next verification attempt dates and expiration for PENDING verifications.
  - `data` object — List of active verifications by status. If no verifications are found, this will return an empty array.
    - `PENDING` object — Pending verifications grouped by domain. Keys are domain names (e.g., "pixel.tld"). This property will not be returned if no pending verifications are found.
      - `DOMAIN.TLD` object — Domain name (example). Contains verification types as properties.
        - `VERIFICATION_TYPE` object — Verification type ("NAMESERVERS" or "TXT"). Only verification types that exist for this domain will be present.
          - `records` string[] — Verification records
          - `last_verification_attempt` string — Datetime when last verification attempt occurred
          - `next_verification_attempt` string — Datetime when next verification attempt will occur
          - `verification_expiration` string — Datetime when verification expires
    - `VERIFIED` object — Verified verifications grouped by domain. Keys are domain names (e.g., "byte.tld"). This property will not be returned if no verified verifications are found.
      - `DOMAIN.TLD` object — Domain name (example). Contains verification types as properties.
        - `VERIFICATION_TYPE` object — Verification type (e.g., "NAMESERVERS", "TXT"). Only verification types that exist for this domain will be present.
          - `records` string[] — Verification records

## Other responses

- `401` — Unauthenticated response
- `422` — Validation error response
- `500` — Error response

---

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