Build
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>
The list of campaigns and pages to build
["/offers/Limio Campaign","/pages/Limio Page"]OK
The list of campaigns and pages built
["/offers/Limio Campaign","/pages/Limio Page"]The unique identifier of the build
build-{{limioTenant}}-shop:xxxxxIndicates if the build has been completed
trueUnauthorized — the request lacks valid authentication credentials. Verify your Bearer token or API key is correct and has not expired.
Bad Gateway — an upstream service returned an unexpected response. This typically indicates an issue with the request payload (e.g. invalid field values, missing required fields) or a transient infrastructure error. Retry the request, and if the issue persists, verify the request body matches the expected schema.
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>
Will retrieve the build information for the specified commit hash.
qv0hg3h4OK
The unique identifier of the build
{env-name}-component-builder-2:468d57a0-c9f7-4f66-ba3a-86eac185f0d0The build number of the build
25The commit id which triggered the build
608f72e742a77bd0862b1b30d84814f00fc2fcebIndicates the time the build started
2024-03-26T12:22:14.554ZIndicates the time the build ended
2024-03-26T12:22:14.554ZIndicates the status of the build
Indicates if the build has been completed
trueAny error messages that occurred during the build, which may prevent the shop from building successfully
["Error: No such import 'MyIcon' in /offerCard.js"]Unauthorized — the request lacks valid authentication credentials. Verify your Bearer token or API key is correct and has not expired.
Builds not found
Last updated
Was this helpful?

