cURL
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" } }
Returns the current workspace user.
API key for authentication
The current user.
The response is of type object.
object