v1

latestOpenAPI 3.1.0Proprietary2026-08-0462327.3 KB
User

Fetch the authenticated user

Returns account identity and subscription state for the authenticated account. This endpoint does not consume credits.

get/user

Response

User found

Example response

{
  "user": {
    "id": "user_123",
    "email": "user@example.com"
  }
}
All 9 operations