API Explorer

Test and explore the Chars.gg API endpoints

Get current user

Returns information about the currently logged in user

Endpoint Details

Get current user

GET /v1/auth/me

Headers

Response Examples

200 - Information about the currently logged in user
Schema: {
  "$ref": "#/components/schemas/GetMeResponseDto"
}