Retrieves a list of all available campaigns for your organization
Retrieves a list of all available campaigns for your organization. This endpoint returns basic campaign information including campaign IDs, names, types, and statuses that can be used for filtering and organization purposes.Documentation Index
Fetch the complete documentation index at: https://growi.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| 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) |