Endpoint Examples
Get User Profile
Retrieves the profile of the authenticated user
GET
/
user
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Retrieves the profile of the authenticated user
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.