CMS Tool API

CMS Tool API schema

Public API version 1.4.10.

/api/memberpoints

Read and record member points adjustments.

GET

List records, or retrieve one by appending its ID to the path.

Query parameters

NameTypeExampleNotes
mbr_idint123Filter results by mbr id.
afterdate2026-09-24Filter results by after.
beforedate2026-09-24Filter results by before.
includeOrdersbooleantrueInclude orders in the response. Accepts true or 1.
offsetint123Skip this many matching records before returning results.
pageSizeint123Limit the number of records returned.

POST

Create or update a record from a JSON object.

Request content type: application/json

Request body fields

NameTypeExampleNotes
mbr_idint123Set the mbr id value.
adjustpointsnumber19.95Set the adjustpoints value.
adjustmentnotetextexampleSet the adjustmentnote value.
adjustdatedate2026-09-24Set the adjustdate value.

/api/memberpointsbalances

Read member points balances.

GET

Read member points balances.

Query parameters

NameTypeExampleNotes
mbr_idint123Filter results by mbr id.

Machine-readable documentation

This documentation is also available as JSON or Markdown at the same URL. Request JSON with Accept: application/json or Markdown with Accept: text/markdown.