List administrators
documentedReturn all administrators for the account.
GET /api/v3.3/admins.{xml|json}Accountno 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.createsend.com/api/v3.3/admins.{{$format}}" \
-X GET \
-u "{{CAMPAIGNMONITOR_API_KEY}}:" \
-H "Accept: application/{{$format}}" \
# Docs: Official Campaign Monitor API v3.3 Admins endpoint. See: https://api.createsend.com/api/v3.3/admins.{xml|json}