curl --location --request GET 'https://api.synap.ac/v3/products?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "Product",
"attributes": {
"title": "string",
"isActive": true,
"productIdentifier": "string",
"description": "string",
"shortDescription": "string",
"purchaseMethod": "product",
"requirements": [
{
"type": "promoCode",
"promoCode": {
"prefix": "string",
"redemptions": 0
},
"storeOffer": {
"id": "string"
},
"message": "string"
}
],
"unlockActions": [
{
"type": "userGroup",
"targetId": "string",
"accessLevel": "full",
"config": {},
"fullAccessProductIdentifier": "string"
}
],
"allowPromoCodes": true,
"amount": 0,
"priceTag": "string",
"currency": "string",
"skuId": "string",
"checkoutConfig": {
"type": "chargebee",
"appId": "string",
"publicKey": "string"
},
"accessDetails": {
"accessUntilDate": "2019-08-24T14:15:22Z",
"accessLengthInMonths": 1
}
},
"relationships": {
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
],
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}