Back to API Reference Index
GET/v2/user

API Quickstart & Authentication

WORKING

Authenticate REST API requests using Authorization: Bearer YOUR_API_KEY (or header eser-api-key) at https://app.eserai.tech/v1.

{
  "user": {
    "id": "usr_99182",
    "email": "creator@example.com",
    "name": "Alex Creator",
    "activeWorkspaceId": "ws_12093",
    "plan": "STARTER"
  }
}