---
title: "Get Basic user data"
method: GET
path: "/auth/me"
tags: ["Authentication"]
---

# Get Basic user data

`GET /auth/me`

Endpoint to get basic user data.

## Response `200`

Successful Response

- User
  - `id` string, required — The user's id
  - `app` AppInfo, required
    - `id` string, required — The Hyperspell app's id this user belongs to
    - `name` string, required — The app's name
    - `icon_url` string, nullable, required — The app's icon
    - `redirect_url` string, nullable, required — The app's redirect URL
  - `available_integrations` DocumentProviders[], required — All integrations available for the app
  - `installed_integrations` DocumentProviders[], required — All integrations installed for the user
  - `token_expiration` string, date-time, nullable, required — The expiration time of the user token used to make the request

## Changes

> 37 revisions in range; 1 not diffed.

- **2026-06-17** `77d3e8d5e8a7` — 2 warning
  - added the new `gong` enum value to the `available_integrations/items/` response property for the response status `200`
  - added the new `gong` enum value to the `installed_integrations/items/` response property for the response status `200`
- **2026-05-29** `5485767cdcda` — 2 warning
  - added the new `fireflies` enum value to the `available_integrations/items/` response property for the response status `200`
  - added the new `fireflies` enum value to the `installed_integrations/items/` response property for the response status `200`
- **2026-05-20** `912f94dd47ba` — 2 warning
  - added the new `lightfield` enum value to the `available_integrations/items/` response property for the response status `200`
  - added the new `lightfield` enum value to the `installed_integrations/items/` response property for the response status `200`
- **2026-05-20** `d7c846c2cd79` — 2 warning
  - added the new `coda` enum value to the `available_integrations/items/` response property for the response status `200`
  - added the new `coda` enum value to the `installed_integrations/items/` response property for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/hyperspell/apis/hyperspell-api/changes/auth/me/get.md)

---

[API](https://skmtc.dev/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.dev/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/5721acd588e6/schema)
