authentication
Get User Info
Get current user information.
GET
Get User Info
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Previous
Refresh TokenRefresh access token using refresh token.
**How it works:**
- Client sends refresh_token (30-day validity)
- Server verifies refresh_token
- Server issues new access_token (24-hour validity)
- Server issues new refresh_token (30-day validity)
**Use this when:**
- Access token expires (after 24 hours)
- You want to extend user session without re-login
Next
Get User Info