---
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

---

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