code
param.Parameter | Type | Required? | Description |
---|---|---|---|
code | string | yes | Code that allows to recognize the store |
Status | Reason |
---|---|
402 | Feature is not enabled or is misconfigured |
422 | Code is invalid |
{}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/members/me/stores/checkin' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}