Track share
documentedThis endpoint allows tracking specific shares by short code parameter and social platform.
POST /api/v2/{username}/{token}/json/share_tracker/track_shareShare Trackerno 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://getambassador.com/api/v2/{{$username}}/{{$token}}/json/share_tracker/track_share" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"share_id": "{{$share_id}}", "channel": "{{$channel}}", "referrer_id": "{{$referrer_id}}", "occurred_at": "{{$occurred_at}}", "platform": "{{$platform}}"}'