Transfers
Get Transfer
Retrieves details of a specific domain transfer request.
get/core/v1/transfers/{domainName}
Path parameters
domainNamestring required
DomainName is the domain you want to get the transfer information for.
Response
A successful response.
Example response
{
"domainName": "example.com",
"email": "admin@example.com",
"status": "pending_transfer"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.