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