Skip to main content
GET
List the campaigns a customer is enrolled in (paginated)

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the customer

Query Parameters

after
string

Cursor returned from the previous page's page_info.end_cursor. The row it points to is excluded from the result.

Response

200 - application/json

A paginated list of campaigns the customer is enrolled in, newest campaign first

page_info
object
required

Pagination metadata

data
The Campaign object · object[]
required

The campaigns the customer is enrolled in on this page, newest campaign first

total_count
integer

Total number of records matching the filters (across all pages). Only present when expand[]=total_count is requested; opt-in because COUNT(*) is O(N) on large filtered sets.