API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Get following
GET /v1/users/me/following
Query Parameters
1-based page number (defaults to 1)
Items per page (1-100, defaults to 20)
Headers
Response Examples
200 - Following list retrieved successfully
Schema: {
"$ref": "#/components/schemas/GetFollowingResponseDto"
}401 - Authentication required
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}