Skip to main content

Earn Level Configuration

Public table of Earn Levels.

GET /points/earn-level-config

Response (data)

[
{ "level": 0, "points_min": 0, "points_max": 999, "weight": 4, "updated_at": "2026-01-01T00:00:00Z", "updated_by": null },
{ "level": 1, "points_min": 1000, "points_max": 9999, "weight": 8, "updated_at": "2026-01-01T00:00:00Z", "updated_by": null },
{ "level": 2, "points_min": 10000, "points_max": 49999, "weight": 12, "updated_at": "2026-01-01T00:00:00Z", "updated_by": null },
{ "level": 3, "points_min": 50000, "points_max": 199999, "weight": 25, "updated_at": "2026-01-01T00:00:00Z", "updated_by": null },
{ "level": 4, "points_min": 200000, "points_max": 499999, "weight": 60, "updated_at": "2026-01-01T00:00:00Z", "updated_by": null },
{ "level": 5, "points_min": 500000, "points_max": null, "weight": 120, "updated_at": "2026-01-01T00:00:00Z", "updated_by": null }
]

points_max is null on the top level.