POST /v1/auth/otp/request.lh_live_xxx) valid for 7 days is generated and returned. This key is shown only once — store it securely.curl --location --request POST 'https://connect.litehost.io/v1/auth/otp/verify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "you@example.com",
"code": "482931"
}'{
"status": "success",
"data": {
"email": "you@example.com",
"apiKey": "lh_live_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
"expiresAt": "2026-04-09T14:23:00.000Z",
"message": "Account ready. This API key expires in 7 days. Use it as your Bearer token — it is shown only once."
}
}