> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get User Info

> Get your account info and API keys.

Requires `Authorization: Bearer` header (session token or API key).

## Response

```json theme={null}
{
  "user_id": "abc123",
  "email": "you@email.com",
  "created_at": "2026-04-05T00:00:00Z",
  "api_keys": [
    {
      "key": "kyma-xxx...xxx",
      "name": "default",
      "request_count": 42,
      "last_used": "2026-04-05T12:00:00Z"
    }
  ]
}
```
