Skip to main content
These endpoints return compact { value, label } lists, sized for populating dropdowns in tools like Make. They’re database-paginated and fast. All use the X-Sender-Tenant + X-API-Key headers and the standard pagination shape.

Templates

limit
integer
default:"50"
Page size 1–100.
offset
integer
default:"0"
Records to skip.
channel
string
Filter by email, sms or push.
Item shape:
value
string
Template UUID.
label
string
Template name.
channel
string
email / sms / push.

Campaigns

limit
integer
default:"50"
Page size.
offset
integer
default:"0"
Records to skip.
page
integer
1-based page.
status
string
Filter by campaign status.
channel
string
Filter by channel.
Free text (max 255).
sort
string
e.g. -createdAt, -updatedAt.
Item shape:
value
string
Campaign UUID.
label
string
Campaign name.
channel
string
status
string

Custom fields

limit
integer
default:"50"
Page size.
offset
integer
default:"0"
Records to skip.
Item shape:
value
string
Custom field UUID.
label
string
Field name.
kind
string
Field kind.