Operations

Send bonus points to participants

Award bonus points to one or more customers asynchronously. Each participant receives the specified amount of points and an optional push notification.

Use this for promotional campaigns, birthday rewards, compensation, or loyalty bonuses. Processing is asynchronous — the endpoint returns immediately with the count of accepted participants.

The participants field accepts customer IDs within the company (customer -> participant -> id). To deduct bonus points, pass a negative number in points.

post/operations/reward

Request body

pointsnumber required

Points amount

commentstring nullable

Comment visible to participant

participantsstring[] required

Participant ID list

silentboolean nullable

Do not send push notification to customer (default false)

Response

Reward accepted

acceptedstring

Total amount of the participants who will receive reward points

Changes

No recorded changes to this endpoint across all 1 revision of this API.