API Explorer

Test and explore the Chars.gg API endpoints

Get user accounts

Fetches a user's accounts by user id

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