---
title: "Get the authenticated user"
method: GET
path: "/me"
tags: ["me"]
---

# Get the authenticated user

`GET /me`

Returns the Clay user and workspace associated with the API key.

## Response `200`

200

- object
  - `user` object, required
    - `id` string, required
    - `name` string, nullable, required
  - `workspace` object, required
    - `id` string, required

## Other responses

- `401` — 401
- `403` — 403
- `429` — 429

---

[API](https://skmtc.net/clay/apis/clay-public-api.md) · [All operations](https://skmtc.net/clay/apis/clay-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clay/clay-public-api/versions/c1f3cd4d89da/schema)
