Get Current User
Users
Get Current User
Retrieve the authenticated user’s profile
GET
Get Current User
Returns the profile information for the currently authenticated user.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token.
Response
Unique user identifier.
User’s email address.
ISO 8601 timestamp of when the email was verified, or
null if unverified.User’s display name.
URL of the user’s avatar image.
User preferences including
theme ("light", "dark", "system"), language, timezone, and
notifications settings.Whether two-factor authentication is enabled.
Whether the account is active.
ISO 8601 account creation timestamp.
ISO 8601 last update timestamp.
Errors
| Status | Code | Description |
|---|---|---|
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
404 | NOT_FOUND | User account not found or deactivated |

