Get ambassador statistics
documentedRetrieves statistics about a given ambassador including a summary and per-campaign report of their earned commissions, generated revenue, shares, share clicks and unique referrals as well as shares, share clicks, and unique referrals per social channel. Can automatically create the requested ambassador if they do not exist yet.
GET /api/v2/{username}/{token}/json/ambassador/stats/Ambassadorsno 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/ambassador/stats/" \
-X GET \
-H "Accept: application/json"