Get campaign group
documentedRetrieve a specific campaign group by ID.
GET /campaign-groups/{group_id}Campaign 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 "Accept: application/json" \
-H "Apikey: {{E-GOI_API_KEY}}"