Users
APIs for user information
Users represent the people in your workspace.
With these APIs, you can retrieve user profile information.
Retrieve profile information and settings for the authenticated user.
Authorizations
Responses
200
User
application/json
401
UnauthorizedError
application/json
403
UnauthorizedError
application/json
404
NotFoundError
application/json
422
Unprocessable Entity
application/json
429
Unprocessable Entity
application/json
500
InternalServerError
application/json
get
GET /api/v2/user HTTP/1.1
Host: felt.com
Authorization: Bearer YOUR_API_KEY
Accept: */*
{
"email": "text",
"id": "luCHyMruTQ6ozGk3gPJfEB",
"name": "text"
}
Was this helpful?