Sign in

Get company statistics

documented

Retrieves high-level statistics about your company's referral program.

GET /api/v2/{username}/{token}/json/company/stats/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/v1/api/v2/{{$username}}/{{$token}}/json/company/stats/" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get company statistics · getambassador · OpenIntegrations