[
{
"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: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'[
{
"id": 0,
"url": "string",
"secret_token": "string",
"event_schema_version": 0,
"is_sent_on_import": true,
"is_sent_on_update": true,
"is_sent_on_delete": true,
"is_person_id_sent": true,
"excluded_sources": {
"import": [
"string"
],
"update": [
"string"
],
"delete": [
"string"
]
}
}
]