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: 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'{}