Users

Get own details

Returns information about the user issuing the request

get

/api/v2/user

Authorizations
Responses
curl -L \
  --url 'https://felt.com/api/v2/user' \
  --header 'Authorization: YOUR_API_KEY'
{
  "email": "text",
  "id": "luCHyMruTQ6ozGk3gPJfEB",
  "name": "text"
}

Last updated

Was this helpful?