Get company details
documentedRetrieves details about your company and your active campaigns.
GET /api/v2/{username}/{token}/json/company/get/Companyno 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.getambassador.com/api/v2/{{$username}}/{{$token}}/json/company/get/" \
-X GET \
-H "Accept: application/json"