Publish

APIs related to publishing Limio Campaigns and pages

Publish Campaigns and Pages

post

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.

Authorizations
AuthorizationstringRequired

To create a Bearer token, see How to get an OAuth Bearer Token?.

Usage format: Bearer <token>

Body
tagsarrayOptional

The list of campaigns and pages to publish

Example: ["/tags/uk-uk/default"]
buildIdstringOptional

The build ID of the campaigns and pages to publish

Example: build-shard-shop:b83ee127-2301-4358-b993-cb3d7f009718
namestringOptional

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

Example: Default
Responses
chevron-right
200

OK

application/json
successbooleanOptional

Indicates whether the operation was successful

Example: true
post
/publish

Last updated

Was this helpful?