Publish

APIs related to publishing Limio Campaigns and pages

Publish Campaigns and Pages

This API allows you to publish campaigns and pages in Limio. You can use this API to publish campaigns and pages to make them live on your website. This can be useful for activities such as launching new products, promoting sales, or creating seasonal campaigns.

SecuritybearerAuth
Request
Request Body schema: application/json
required

The tags of the campaigns / pages that you want to publish

tags
Array of arrays

The list of campaigns and pages to publish

buildId
string

The build ID of the campaigns and pages to publish

name
string

The name of one of the campaigns / pages to be published

Responses
200

OK

401

Unauthorized

502

Bad Gateway

post/publish
Request samples
application/json
{
  • "tags": [
    ],
  • "buildId": "build-shard-shop:b83ee127-2301-4358-b993-cb3d7f009718",
  • "name": "Default"
}
Response samples
application/json
{
  • "success": true,
  • "publishedData": {
    },
  • "ommitedWithError": {
    }
}