Create points systems
Create points systems. Optionally include sub-entities (levels, boosts, triggers) in each system payload to create them alongside the system.
Authorizations
Headers
The tenant identifier for multi-tenant organisations. Required when the organisation has multi-tenancy enabled. Pass your own internal customer ID for the tenant. Ignored for single-tenant organisations.
Body
Array of points systems to create. Maximum 100 systems per request.
1 - 100 elementsThe points system name.
"XP"
The points system key. Only alphanumeric characters, hyphens, and underscores are permitted.
^[a-zA-Z\d-_]+$"xp"
A short description of the points system.
"Experience points"
An optional badge for the points system.
Optional maximum points a user can earn.
x >= 1Optional array of levels to create alongside the system.
Optional array of boosts to create alongside the system.
Optional array of triggers to create alongside the system.