API Explorer

Test and explore the Chars.gg API endpoints

Get account characters

Fetches characters by account id

Endpoint Details

Get account characters

GET /v1/accounts/{id}/characters

Path Parameters

The UUID of the entity

Headers

Response Examples

200 - List of characters for the account (empty array if no characters found)
Schema: {
  "$ref": "#/components/schemas/GetAccountCharactersResponseDto"
}
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}