Domains: WHOIS
Get pending IRTP verification
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.
get/api/domains/v1/irtp/{domain}
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Response
Success response
Example response
{
"domain": "mydomain.tld",
"status": "pending",
"old_confirmed_at": "2026-03-19T08:07:49Z",
"new_confirmed_at": "2026-03-19T08:07:49Z",
"old_whois_profile_email": "old-registrant@example.com",
"new_whois_profile_email": "new-registrant@example.com",
"expires_at": "2026-03-24T08:07:49Z"
}