GET
List Campaigns
Returns only campaigns with an api_reference owned by the company attached to the OAuth client. No GetBill campaign or timeline ID is exposed.

Authentication

Requires debts:read or debts:write.

Query parameters

integer
default:"1"
Page number, starting at 1.
integer
default:"20"
Items per page, from 1 to 100.
string
Exact match: active, paused, or completed.
string
Exact company-scoped API reference.
Results are ordered by created_at descending, then api_reference ascending.

Request

Response

200
timeline is null when unconfigured. latest_snapshot is null before first use. All dates are UTC. An unsupported status returns 400 with details.reason = invalid_status. Missing or cross-company resources are never included. See Synchronize Campaign Snapshots.