---
title: "Get pending IRTP verification"
method: GET
path: "/api/domains/v1/irtp/{domain}"
tags: ["Domains: WHOIS"]
---

# Get pending IRTP verification

`GET /api/domains/v1/irtp/{domain}`

Retrieve a pending IRTP verification for a domain.

Both the old and new registrant must confirm it before the WHOIS change takes effect.

Use this endpoint to check the status of a WHOIS change awaiting registrant confirmation.

## Path parameters

- `domain` string, required

## Response `200`

Success response

- DomainsV1IRTPVerificationResource
  - `domain` string — Domain name
  - `status` 'pending' | 'completed' | 'canceled' — IRTP verification status
  - `old_confirmed_at` string, date-time, nullable — When the old registrant confirmed the change
  - `new_confirmed_at` string, date-time, nullable — When the new registrant confirmed the change
  - `old_whois_profile_email` string — Email the old registrant confirmation was sent to
  - `new_whois_profile_email` string — Email the new registrant confirmation was sent to
  - `expires_at` string, date-time — When the verification auto-cancels if unconfirmed

## Other responses

- `401` — Unauthenticated 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/versions/796bd5194565/schema)
