List campaign groups
documentedRetrieve all campaign groups.
GET /campaign-groupsCampaign Groupsno implementation yet0 runsNo 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"