Verify and authorize a new IP address using the confirmation code sent via email. Completes IP authorization flow.
curl --request POST \
--url https://api.fluxer.app/v1/auth/authorize-ip \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}The IP authorization token from email
No Content
curl --request POST \
--url https://api.fluxer.app/v1/auth/authorize-ip \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}