Customers

List the campaigns a customer is enrolled in (paginated)

get/customers/{id}/campaigns

Path parameters

idstring required

The ID of the customer

Query parameters

afterstring

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

Response

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

total_countinteger

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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.