Get authentication status
GET/api/v1/users/me/auth-status
Returns whether the current user has completed all authentication requirements, including 2FA if enabled.
Responses
- 200
- 401
- 403
- 429
- 500
Authentication status
Missing or invalid authentication credentials. Provide a valid Bearer token.
You do not have permission to perform this action.
Rate limit exceeded. Please slow down your request rate.
An unexpected server error occurred. Please try again later.