Users
Get your own details
Returns information about the user issuing the request
get
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"
}
Last updated
Was this helpful?