{
"report": "members_count_history"
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/reporting/query' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"report": "members_count_history"
}'
{
"records": [
{
"loyalty_club_id": 235,
"grouping_type": "optin_channel",
"grouping_value": "default",
"members_count": 156,
"updated_at": "2024-07-02T10:33:23.288000Z"
}
],
"pagination": {
"next_page_info": "COyB5QM"
}
}