Domain Kündigung zurückziehen

POST /domain/:domain/undelete

URL Variablen

Name Beschreibung
domain Domain-Name inkl. TLD

Response (application/json)

{
    "status": "success",
    "requestID": "cc6bd489-aa4c-40e7-81ff-518c426952b4",
    "message": "Domain will now be renewed again",
    "data": {
        "domain": "test.de"
    }
}

cURL

curl "https://live.fireapi.de/domain/:domain/undelete" -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY" -d ""

Anfrage testen