cURL
curl --request GET \ --url https://api.example.com/api/v1/auth/session \ --header 'Authorization: Bearer <token>'
Get the current session info for the authenticated user.
Returns the user profile if authenticated, otherwise 401.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response