post https://canvas.xoxoday.com/chef/v1/oauth/api
The Get Campaigns API is useful to get the list of all the campaigns created from the dashboard.
Get Campaigns API Schema
Property | Type | Description |
---|---|---|
limit | Int | Number of campaigns to fetch (pagination limit). |
offset | Int | Starting index for fetching campaigns (pagination offset). |
name | String | Filter campaigns by name (optional, empty string means no filter). |
enabled | Int | Filter by campaign status (1 = enabled, 0 = disabled). |