Get authenticated user

GET {{baseUrl}}/me

Gets information about the authenticated user.

Note:

  • This API returns a different response for users with the [Guest and Partner roles]

  • The flow_count response only returns for users on [Free plans]

RESPONSES

status: OK

{"user":{"id":12345678,"username":"taylor-lee","email":"taylor.lee@example.com","fullName":"Taylor Lee","avatar":null,"isPublic":true,"teamId":0,"teamName":"","teamDomain":"","roles":["user"]}}