GET
/
v1
/
users
/
me
curl --request GET \
  --url https://api.folk.app/v1/users/me \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "usr_bc984b3f-0386-434d-82d7-a91eb6badd71",
    "fullName": "John Doe",
    "email": "john.doe@example.com"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication

Response

200
application/json

The current workspace user.

The response is of type object.