Users

Get your own details

Returns information about the user issuing the request

get
Authorizations
Responses
200
User
application/json
get
GET /api/v2/user HTTP/1.1
Host: felt.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "email": "text",
  "id": "luCHyMruTQ6ozGk3gPJfEB",
  "name": "text"
}

Last updated

Was this helpful?