Sportfolio
Integrations & API

Plug Sportfolio into the stack you already run.

Native connectors for Shopify, HubSpot, Salesforce, Stripe, Slack, Persona, ID.me, and the NCAA Eligibility Center. REST + webhooks for the long tail.

40+
Native integrations
6,000+
Apps via Zapier
REST + Webhooks
Public API
OAuth 2.0
Auth standard
S
Commerce

Shopify

Sell merch tied to athlete promo codes with revenue share.

H
CRM

HubSpot

Pipe athlete deal stages into your marketing CRM.

S
CRM

Salesforce

Sync briefs, offers, and payouts to enterprise sales orgs.

S
Comms

Slack

Notify a channel every time a brief goes live or a deal closes.

Z
Automation

Zapier

Connect Sportfolio to 6,000+ apps with no code.

S
Payments

Stripe

Native payout rails in 47 currencies with tax forms.

I
Identity

ID.me

Verify athlete identity in under 60 seconds.

E
Compliance

Eligibility Center

Cross-reference athletes against the NCAA Eligibility Center.

I
Content

INFLCR

Pull athlete content from INFLCR into your brief delivery.

P
KYC

Persona

Bank-grade KYC for athletes earning over thresholds.

G
Analytics

Google Analytics

Pipe campaign UTM data straight into GA4.

W
Developer

Webhooks

Stream every Sportfolio event to your own endpoints.

REST API

Built for developers who like sleep

curl · GET /v1/athletes 200 OK · 142ms
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
    }
  ]
}
Webhooks

Real-time events you can subscribe to

deal.created
deal.accepted
deal.cancelled
deal.delivered
deal.paid
athlete.verified
athlete.score_changed
brief.published
brief.applied
payout.completed
compliance.filed
report.ready
FAQ

Integration questions

10,000 requests/minute on Pro plans; bursts negotiated for Enterprise.

Build with Sportfolio.

Free test-mode API keys. No credit card. Full docs, sandbox events, and human support.