Domain Authcode anfordern

POST /domain/:domain/authcode

URL Variablen

Name Beschreibung
domain Domain-Name inkl. TLD

Response (application/json)

{
    "status": "success",
    "requestID": "85626c9c-776f-45be-a8f9-fb5ee1cadc59",
    "message": "Authcode generated successfully",
    "data": {
        "authcode": "X24+FkIeRnE5AhPrI"
    }
}

cURL

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

Anfrage testen