Endpoint Examples
Get User Profile
Retrieves the profile of the authenticated user
GET
/
user
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
string
username
string
email
string