v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
Domains: Transfer

Get transfer

Retrieve the transfer for a specified domain.

Use this endpoint to track an incoming or outgoing registrar transfer and its status.

get/api/domains/v1/transfers/{domain}

Path parameters

domainstring required
Example:mydomain.tld

Domain name

Response

Success response

domainstring

Domain name

statusstring

Transfer status

initiated_atstring date-time nullable

When the transfer was initiated

completed_atstring date-time nullable

When the transfer completed

Example response

{
  "domain": "mydomain.tld",
  "status": "Completed",
  "initiated_at": "2026-03-19T08:07:49Z",
  "completed_at": "2026-03-24T08:15:01Z"
}