notification_email
. The notification includes link to the export file and password to it.Parameter | Type | Required? | Description |
---|---|---|---|
notification_email | string | no |
Key | Type | Description |
---|---|---|
members_export.password | string | Password to descript the file |
Status | Reason |
---|---|
404 | Member not found |
{
"member_export": {
"password": "tvwgKnXVy8vsD9SiuSdVuc9n",
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/members/1/exports' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}