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)
200
{4 Eigenschaften
"status": "success",
"requestID": null,
"message": "OTP Code was successfully generated",
"data": {2 Eigenschaften
"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 -X POST 'https://live.fireapi.de/account/otp' \ -H 'X-FIRE-APIKEY: YOUR-API-KEY' \ -H 'Content-Type: application/x-www-form-urlencoded'