curl --request GET \
--url https://{tenant}.torchapp.com.au/api/user \
--header 'Authorization: Bearer <token>'{}Returns the authenticated user’s profile.
curl --request GET \
--url https://{tenant}.torchapp.com.au/api/user \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Current user profile
The response is of type object.