---
title: "Api Root"
method: GET
path: "/api/0/"
---

# Api Root

`GET /api/0/`

/api/0/ gives information about the server and current user

## Response `200`

OK

- APIRootSchema
  - `version` string, required
  - `user` UserSchema, required
    - `id` string, required
    - `options` UserOptions, required
      - `timezone` string, nullable
      - `stacktraceOrder` integer, nullable
      - `language` string, nullable
      - `clock24Hours` boolean, nullable
      - `preferredTheme` string, nullable
    - `username` string, email, required
    - `dateJoined` string, date-time, required
    - `email` string, email, required
    - `hasPasswordAuth` boolean, required
    - `identities` SocialAccountSchema[], required
      - `email` string, email, nullable, required
      - `username` string, nullable, required
      - `id` integer, nullable
      - `provider` string, required
      - `uid` string, required
      - `lastLogin` string, date-time, required
      - `dateJoined` string, date-time, required
    - `lastLogin` string, date-time, nullable
    - `isSuperuser` boolean — Designates that this user has all permissions without explicitly assigning them.
    - `isActive` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `name` string, nullable
  - `auth` APITokenSchema, required
    - `id` integer, required
    - `label` string, required
    - `scopes` string[], required
    - `token` string, required
    - `created` string, date-time, required

---

[API](https://skmtc.net/glitchtip/apis/glitchtip-api.md) · [All operations](https://skmtc.net/glitchtip/apis/glitchtip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/glitchtip/glitchtip-api/revisions/45e129df1cfc/schema)
