API Explorer
Test and explore the Chars.gg API endpoints
Get accounts for the currently logged-in user
Fetches all game accounts belonging to the authenticated user.
Endpoint Details
Get accounts for the currently logged-in user
GET /v1/users/me/accounts
Headers
Response Examples
200 - User accounts retrieved successfully
Schema: {
"$ref": "#/components/schemas/GetUserAccountsResponseDto"
}401 - Unauthorized - authentication required
Schema: {
"$ref": "#/components/schemas/ErrorResponseDto"
}