post
https://developer-api.rivo.io/merchant_api/v1/points_events/batch
Create multiple points events in a single request.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Please note this endpoint is in BETA for 7 days until March 9th 2026
Example:
curl -X POST https://developer-api.rivo.io/merchant_api/v1/points_events/batch \
-H "Authorization: abcxyz" \
-H "Content-Type: application/json" \
-d '{
"points_events": [
{
"customer_identifier": "7977878356070",
"source": "manual",
"points_amount": 100,
"internal_note": "Batch test"
},
{
"customer_identifier": "7953156014182",
"source": "manual",
"points_amount": 200,
"internal_note": "VIP bonus"
}
]
}'
201Create multiple points events in a single request.