Request a new email verification code to be sent. Requires authentication. Use this if the original verification email was lost or expired.
curl --request POST \
--url https://api.fluxer.app/v1/auth/verify/resend \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.
No Content
curl --request POST \
--url https://api.fluxer.app/v1/auth/verify/resend \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}