| Parameter | Type | Required? | Default | Description |
|---|---|---|---|---|
| scope | enum | no | standard | Determines the scope the API operates on. See Offers scoping |
| Key | Type | Optional? | Description |
|---|---|---|---|
| offer | Offer | no | See Offer model |
{
"offer": {
// (...) - see Offer model
}
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members/me/offers/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '{
"offer": {
"id": 1552282,
"name": null,
"type": "REGULAR",
"description": null,
"external_url": "https://example.com",
"usable_since": "2025-06-28T10:00:00.0Z",
"usable_until": null,
"usage_authorization_token_required": false,
"collection_ids": [
1029818
],
"tags": [
"Benefit_10%"
],
"shops": [
"Espresso House"
],
"stores": [
"Espresso House"
],
"store_ids": [
36
],
"files": [
{
"identifier": "1",
"created_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 32687393,
"height": 83004709
}
},
{
"identifier": "1",
"created_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 45365896,
"height": 27549159
}
},
null
],
"display": {},
"liked": false,
"usage": {},
"extras": {
"designa_rebate_time_seconds": 56
},
"authorization_code_displayed": null
}
}