Skip to main content
GET
JavaScript

Authorizations

X-API-KEY
string
header
required

Headers

Tenant-ID
string

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.

Query Parameters

limit
integer
default:10

Number of records to return.

Required range: 1 <= x <= 100
skip
integer
default:0

Number of records to skip from the start of the list.

Required range: x >= 0

Response

Successful operation

id
string<uuid>
required

The UUID of the points system.

name
string
required

The points system name.

key
string
required

The points system key.

description
string
required

The points system description.

status
enum<string>
required

The points system status.

Available options:
active,
archived
badge
object | null
required

The badge for the points system.

maxPoints
integer | null
required

The maximum points a user can earn.