v1

latestOpenAPI 3.1.02026-08-06230114.0 KB
User

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

emailstring required
idstring required
namestring required

Example response

{
  "email": "john.doe@example.com",
  "id": "65f8a2b4c9d7e1234567890d",
  "name": "John Doe"
}
All 34 operations