get
https://production-api.shoutaboutus.com/api/v1/campaign/landing-page-by-code/
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
| Parameter | Type | Required | Notes |
|---|---|---|---|
landingPageUniqueCode | string | Required | Identifier for the record you are targeting. |
Auth
- Account — authentication, ACCOUNT-scope group (requires an account bearer token). The
store_idquery 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
| Field | Type | Required | Notes |
|---|---|---|---|
store_id | integer | Required | Must 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 underdata, not under a nesteddata.data). - 400 (
badRequestResponse) "Landing page not found". - 401 when unauthenticated; 422 when
store_idis missing/invalid or out of scope.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
