---
title: "Validate token and get account info"
method: GET
path: "/api/me"
---

# Validate token and get account info

`GET /api/me`

## Response `200`

Account summary

- object
  - `email` string, email
  - `plan` string
  - `creditsRemaining` integer

## Other responses

- `401` — Invalid token

---

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