API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Get user friends
GET /v1/users/{userId}/friends
Path Parameters
The UUID of the user
Headers
Response Examples
200 - Friends retrieved successfully
Schema: {
"$ref": "#/components/schemas/GetFriendsResponseDto"
}400 - Invalid UUID format
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}