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>'{
"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.
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>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}