Campaigns
List Campaigns
Lists campaigns with filtering and pagination.
get/campaigns
Query parameters
TeamIdstring uuid
Filter by team ID
limitinteger
Number of items to return
offsetinteger
Number of items to skip
searchstring
Search by campaign name
status'active' | 'inactive'
Filter by status
Response
List of campaigns
Example response
{
"success": true,
"request_id": "req_abc123def456"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.