Get landing page by code (store-scoped, auth)

Get the landing-page HTML for a campaign landing page, resolved by its unique_code, with the store's placeholders substituted in. Unlike the other links in this folder, this is the authenticated landing-page fetch used by the SPA (store-scoped preview), not a customer-facing link.

Path params

ParameterTypeRequiredNotes
landingPageUniqueCodestringRequiredIdentifier for the record you are targeting.

Auth

  • Account — authentication, ACCOUNT-scope group (requires an account bearer token). The store_id query param must sit inside your own account tree (must belong to the caller's company). The endpoint applies the store's placeholders to the HTML.

Rate limit

  • No rate limit.

Query

FieldTypeRequiredNotes
store_idintegerRequiredMust be an existing location inside your own account tree — must belong to the caller's company.

Behaviour

  • 200 { status: "success", landing_page_html } (note: HTML sits directly under data, not under a nested data.data).
  • 400 (badRequestResponse) "Landing page not found".
  • 401 when unauthenticated; 422 when store_id is missing/invalid or out of scope.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string
required

Required — Must be an existing location inside your own account tree.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json