Sign in

List campaign groups

documented

Retrieve all campaign groups.

GET /campaign-groupsCampaign Groupsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.egoiapp.com/campaign-groups?group_id={{$group_id}}&name={{$name}}&limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Apikey: {{E-GOI_API_KEY}}" \
  -H "Accept: application/json"
List campaign groups · E-goi · OpenIntegrations