Dedi Kündigung zurückziehen

POST /dedicated/:identifier/undelete

URL Variablen

Name Beschreibung
identifier Identifier aus Marktplatz bzw. Serverliste

Response (application/json)

{
    "status": "success",
    "requestID": "139f5eb4-9b7d-4583-8110-9d802add8256",
    "message": "Dedicated Server will now be renewed again",
    "data": {
        "identifier": "b8d44aea-ea8f-47be-b859-2c23621706d9",
        "renew_date": "2023-11-18T02:12:46.000Z"
    }
}

cURL

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

Anfrage testen