Parameter | Type | Required? | Comments |
---|---|---|---|
member_id | Integer | yes |
{
"items": [
{
"store_name": "Betty Ice",
"store_id": 1234,
"receipt_amount": 24.0,
"receipt_amount_currency": "RON",
"event_id": 1111,
"event_name": "SPOT-NEPI-ROMANIA-STG",
"created_at": "2021-08-18T08:19:11+00:00",
"type_of_activity": "event",
"member_id": 333123,
"community_id": "1001115",
"internal_receipt_scanning_id": "15bddb69-2db9-4766-a42c-a690ce18830b"
},
// ...
],
"pagination_info": {
"total_count": 18,
"per_page": 100,
"total_pages": 1,
"current_page": 1,
"next_page": null,
"prev_page": null,
"is_first_page": true,
"is_last_page": true,
"is_out_of_range": false,
"offset": 0
}
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/dmp/receipt/events' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}