Multi-Factor Authentication
Verify MFA token
Verifies a multi-factor authentication code.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Management.
Learn more about API scopes.
post/api/relay/rest/mfa/{mfa_request_id}/verify
Path parameters
mfa_request_idstring uuid required
Universal Unique Identifier.
The MFA request ID.
Request body
Example request
{
"token": "123456"
}Response
The request has succeeded.
Example response
{
"success": true
}