Retrieve user details using an external token.
GET/api/v2/me
Overview
Retrieves user details by providing a valid JWT token via the Authorization header (Bearer {token}).
Responses
- 200
- 400
- 500
Successful execution, results returned in body
Bad request, invalid parameters
Server error, details will be included in the response.