---
title: "Get profile"
method: GET
path: "/profile"
tags: ["Profile"]
---

# Get profile

`GET /profile`

Get the current user's profile.

## Response `200`

User profile information.

- object
  - `data` Profile, required — A Terminal shop user's profile. (We have users, btw.)
    - `user` User, required — A Terminal shop user. (We have users, btw.)
      - `id` string, required — Unique object identifier. The format and length of IDs may change over time.
      - `name` string, nullable, required — Name of the user.
      - `email` string, nullable, required — Email address of the user.
      - `fingerprint` string, nullable, required — The user's fingerprint, derived from their public SSH key.
      - `stripeCustomerID` string, required — Stripe customer ID of the user.

## Other responses

- `401` — Unauthorized - Authentication is required and has failed or has not been provided.
- `429` — Too Many Requests - You have made too many requests in a short period of time.
- `500` — Internal Server Error - Something went wrong on our end.

## Changes

- **2025-03-07** `979a6c40552c` — 4 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
  - removed the non-success response with the status `404`
- **2024-12-16** `56a8a6f18e6c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/profile/get.md)

---

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