Campaigns
Campaigns are point-based programs used to incentivize user activities on Pareto. Users can earn points by interacting with vaults or participating in social activities.
Structure
Each campaign object includes:
_id
(string) — Unique identifiercode
(string) — Campaign codename
(object) — Multilingual name, e.g.{ en: "My Campaign" }
description
(object) — Multilingual descriptionrules
(array) — Conditions for earning points:name
,description
(object) — i18n fieldstrigger
(string) —DEPOSIT
orDEPOSIT_REQUEST
deposit
(object) —type
:BALANCE
orAGE
value
: number
reward
(object) —type
:AMOUNT
orMULTIPLIER
value
: number
frequency
(object) — repetition rules (value
,unit
)
referrals
(array) — Invite codes with activation flagstartDate
/endDate
(string) — ISO datetimelink
(string) — URLgalxeId
(number) — External referencecreatedAt
,updatedAt
(string) — ISO timestampcreatedBy
,updatedBy
(string) — Actor IDs
Endpoints
Last updated