Retrieve the EPP code (authorization or transfer code) required to move your domain to another registrar. You need to provide the domain ID obtained from a previous API request, such as when viewing domain details.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string error string message string retryAfter string requestId string https://cloud.hostup.se/api/domain-epp/{id} curl -X POST "https://cloud.hostup.se/api/domain-epp/11784" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string",
"success": true,
"epp_code": "string"
}
}