Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.loyalty.dog/v2/token/mfa/status \ --header 'Authorization: Bearer <token>'
{ "mfaEnabled": true, "mfaEnrolledAt": "<string>" }
Return whether MFA is enrolled for the current user.
JWT access token obtained from POST /v2/token.
Successful Response