Request an SMS code to be sent for sudo mode verification. Used before entering sensitive account settings.
curl --request POST \
--url https://api.fluxer.app/v1/users/@me/sudo/mfa/sms/send \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
No Content
curl --request POST \
--url https://api.fluxer.app/v1/users/@me/sudo/mfa/sms/send \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}