API Explorer

Test and explore the Chars.gg API endpoints

Get account by ID

Fetches account details by id

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"
}