List landing page templates

Dual-mode listing of landing-page templates.

  • Campaign flow (store_id present): returns every selectable template (store + caller company + global), unpaginated and without usage counts — a <select> source.
  • Account-level templates tab (store_id omitted): scopes by account(s), excludes global templates, paginates, and adds per-row campaign-usage counts. A partner (bundle_id=1) sees all their accounts, or one account via account_id; an account user sees their own account.

Rows carry company_name (owning account name; null for globals) and the appended unique_code.

Auth

  • bearer token, account or partner role — authentication. Account scoping derives from user.person.company and its bundle_id.

Rate limit

  • No rate limit.

Query

FieldTypeRequiredNotes
store_idintegerOptionalCampaign-flow mode: scope to a store + return all templates unpaginated. Must be in the caller's hierarchy.
account_idintegerOptionalPartner-only: narrow the account-level listing to one of the caller's accounts. Ignored if not the caller's.
pageintegerOptionalAccount-level pagination; min 1.
per_pageintegerOptionalAccount-level pagination; 10–100 (values below 10 are raised to 10), default 10.

Behaviour

  • Synchronous. Campaign flow: 200 OK with data.response only. Account-level: 200 OK with data.response and data.meta (current_page/per_page/total/last_page). 422 on invalid store_id.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response

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