| Parameter | Type | Description |
|---|---|---|
| id | integer | Program's ID |
| Parameter | Type | Required? |
|---|---|---|
| string (email) | yes | |
| token | string | yes |
| Key | Type | Description |
|---|---|---|
| new_profile | boolean | true when member got created during registration |
| member.id | integer |
| Status | Reason |
|---|---|
404 | Program does not exist |
404 | Registration does not exist |
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/members/programs/1/registrations/confirm' \
--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'{}