OTP-Code generieren

POST /account/otp
Der OTP-Code kann zur Verifizierung deiner Identität als Reseller bei autorisierten Drittanbietern verwendet werden.

Response (application/json)

{
    "status": "success",
    "requestID": null,
    "message": "OTP Code was successfully generated",
    "data": {
        "note": "Keep in mind that this code is only valid for 10 minutes, can only be used once, and becomes invalid if you generate another OTP code",
        "otp_code": "cxVoj)********"
    }
}

cURL

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

Anfrage testen