Native connectors for Shopify, HubSpot, Salesforce, Stripe, Slack, Persona, ID.me, and the NCAA Eligibility Center. REST + webhooks for the long tail.
Sell merch tied to athlete promo codes with revenue share.
Pipe athlete deal stages into your marketing CRM.
Sync briefs, offers, and payouts to enterprise sales orgs.
Notify a channel every time a brief goes live or a deal closes.
Connect Sportfolio to 6,000+ apps with no code.
Native payout rails in 47 currencies with tax forms.
Verify athlete identity in under 60 seconds.
Cross-reference athletes against the NCAA Eligibility Center.
Pull athlete content from INFLCR into your brief delivery.
Bank-grade KYC for athletes earning over thresholds.
Pipe campaign UTM data straight into GA4.
Stream every Sportfolio event to your own endpoints.
curl https://api.sportfolio.app/v1/athletes \
-H "Authorization: Bearer sk_live_••••" \
-G --data-urlencode "sport=football" \
--data-urlencode "state=TX" \
--data-urlencode "min_score=80"
{
"object": "list",
"has_more": true,
"data": [
{
"id": "ath_8K2dF",
"name": "Maya Rodriguez",
"sport": "Soccer",
"score": 84,
"verified": true,
"available": true
}
]
}Free test-mode API keys. No credit card. Full docs, sandbox events, and human support.