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