v1
latestOpenAPI 3.1.02026-08-06230114.0 KBUser
Get User
get/v1/user
Headers
Authorizationstring
User access token
User access token
Content-Type'application/json'
Response
Returns user information for the user associated with the current access token
Example response
{
"email": "john.doe@example.com",
"id": "65f8a2b4c9d7e1234567890d",
"name": "John Doe"
}