[
{
"id": 1,
"url": "http://placewise.com/subscription",
"secret_token": "secret_token",
"event_schema_version": 1,
"is_sent_on_import": true,
"is_sent_on_update": true,
"is_sent_on_delete": true,
"is_person_id_sent": true,
"excluded_sources": { "import": [], "update": [], "delete": [] }
}
]
curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members_changes_subscriptions' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}