Request
The primary key for each resource.
Request samples
curl --location --request GET 'https://api.synap.ac/v3/store-offers/'
Responses
data
object (StoreOffer)Â
requiredThe primary key for each resource.
{
"data": {
"id": "FID001",
"type": "StoreOffer",
"attributes": {
"title": "string",
"description": "string",
"externalId": "string",
"offerItems": [
{
"type": "product",
"targetId": "string",
"productIdentifier": "string"
}
],
"offerSettings": {
"selectionType": "all",
"maxRedemptionsPerUser": 0,
"promoCodePrefix": "string",
"accessInstructions": {
"accessUntilDate": "2019-08-24T14:15:22Z"
},
"conflictHandling": {
"disableIfClaimed": [
"string"
]
}
}
},
"relationships": {
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
}
Modified at 2025-07-08 10:51:21