Get Campaignsget https://a.klaviyo.com/api/v1/campaignsReturns a list of all the campaigns you've created. The campaigns are returned in reverse sorted order by the time they were created.Query Paramspageinteger≥ 0Defaults to 0For pagination, which page of results to return. Default = 0countinteger1 to 100Defaults to 50For pagination, the number of results to return. Max = 100Response 200A JSON object with a data property that contains an array of all the campaigns. Each entry is a separate Campaign object. If no campaigns exist, the resulting array will be empty. This request should never return an error.Updated over 4 years ago