List leaderboard (v1)
documentedFetch the leaderboard for a campaign (legacy endpoint).
GET /v1/{campaign_id}/leaderboardCampaignsno 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.kickofflabs.com/v1/{{$campaign_id}}/leaderboard?limit={{$limit}}&lead_description={{$lead_description}}&avatar_default={{$avatar_default}}&api_key={{KICKOFFLABS_API_KEY}}" \
-X GET \
-H "Accept: application/json"