Skip to content

Get Brand Kit Templates

GET
/brand-kit/templates

The org-level landing page templates a campaign can be built on.

Authorizations

Parameters

Query Parameters

source
Any of:
string
/^(layout_archetype|homepage)$/

layout_archetype for templates built from a chosen archetype, homepage for the one cloned from the org’s own site. Omit for both.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

An open envelope for a LIST result, so a bare list keeps its shape.

A handler that returns [...] and one that returns {"documents": [...]} both land on items, and the named key is preserved beside it so a caller reading the app’s own spelling is not broken by the normalisation.

object
items
Array
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string