API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Get account by ID
GET /v1/accounts/{id}
Path Parameters
The UUID of the entity
Headers
Response Examples
200 - Account details
Schema: {
"$ref": "#/components/schemas/GetAccountResponseDto"
}400 - Invalid UUID format
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}404 - Account not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}