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
Example response
[
{
"domain": "mydomain.tld",
"status": "Completed",
"initiated_at": "2026-03-19T08:07:49Z",
"completed_at": "2026-03-24T08:15:01Z"
}
]