v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
Domains: Transfer

Get transfer list

Retrieve all domain transfers in your portfolio.

Use this endpoint to monitor incoming and outgoing registrar transfers across your domains.

get/api/domains/v1/transfers

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"
  }
]