Publish

Publish built campaigns and pages to make them live on your storefront. Requires a prior successful build.

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

OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.

Obtain a token via the OAuth flow described in OAuth Bearer Token.

Pass the token in the Authorization header: 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?