Skip to main content
GET
https://api.clay.com/public/v0
/
me
Get the authenticated user
curl --request GET \
  --url https://api.clay.com/public/v0/me \
  --header 'clay-api-key: <api-key>'
{
  "user": {
    "id": "<string>",
    "name": "<string>"
  },
  "workspace": {
    "id": "<string>"
  }
}

Authorizations

clay-api-key
string
header
required

Personal API key tied to your Clay user. Create one under Settings → Account in the Clay app.

Response

200

user
object
required
workspace
object
required