API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Get user characters
GET /v1/users/{id}/characters
Path Parameters
The UUID of the entity
Headers
Response Examples
200 - User characters
Schema: {
"$ref": "#/components/schemas/GetUserCharactersResponseDto"
}404 - User not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}