This API allows you to build Limio Campaigns and Pages in bulk, without needing to build them one by one. You can build multiple campaigns and pages at once by providing an array of items to build. This can be useful for building multiple campaigns and pages at once, for example, when you want to build a set of campaigns and pages for a new product launch.
OK
Unauthorized
Bad Gateway
{- "items": [
- "/offers/Limio Campaign",
- "/pages/Limio Page"
]
}{- "buildPaths": [
- "/offers/Limio Campaign",
- "/pages/Limio Page"
], - "id": "build-{{limioTenant}}-shop:xxxxx",
- "success": true
}This endpoint allows you to fetch custom component builds.
OK
Unauthorized
Builds not found
{- "id": "string",
- "buildNumber": "25",
- "commitId": "608f72e742a77bd0862b1b30d84814f00fc2fceb",
- "startTime": "2024-03-26T12:22:14.554Z",
- "endTime": "2024-03-26T12:22:14.554Z",
- "buildStatus": "SUCCEEDED",
- "buildComplete": true,
- "logErrors": [
- "Error: No such import 'MyIcon' in /offerCard.js"
]
}