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