Skip to main content
GET
List campaigns

Authorizations

Authorization
string
header
required

API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.

Query Parameters

Search campaigns by name.

tab
enum<string>

Filter by the same grouping the dashboard uses. sent matches campaigns with status sent or partial_sent. Takes precedence over status when both are supplied.

Available options:
draft,
scheduled,
sent
status
string

Filter by literal campaign status. Accepts a single value or a comma-separated list (e.g. draft,sent). Ignored when tab is supplied.

Example:

"draft,sent"

Response

A paginated list of campaigns

data
object[]
meta
object