Request a new IP authorization verification code to be sent via email. Use if the original code was lost or expired.
curl --request POST \
--url https://api.fluxer.app/v1/auth/ip-authorization/resend \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
The MFA ticket from the login response
No Content
curl --request POST \
--url https://api.fluxer.app/v1/auth/ip-authorization/resend \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}