Sign in

Get company details

documented

Retrieves details about your company and your active campaigns.

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