Retrieves a list of all available campaigns for your organization
| Parameter | Type | Description | Required |
|---|---|---|---|
| None | - | This endpoint does not accept additional parameters | - |
| Field | Type | Description |
|---|---|---|
success | Boolean | Indicates whether the request was successful |
campaigns | Array | Array of campaign objects |
campaigns[].id | Integer | Unique identifier for the campaign |
campaigns[].name | String | Display name of the campaign |
campaigns[].campaign_type | String | Type of campaign (Campaign, Contract, Ambassador Program) |
campaigns[].status | String | Current status of the campaign (Active, Paused, Canceled, Completed, Archived, Void) |