WellPort API
AI-first infrastructure for wellness reimbursements. Turn fitness activities into compliant claims with a single API.
Base URL: https://api.wellport.com/v1
Quick Start
Get started with the WellPort API in minutes. Submit your first wellness session:
curl -X POST https://api.wellport.com/v1/sessions \
-H "Authorization: Bearer sk_test_123" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: 2b8d2f7c-2d2e" \
-d '{
"member_ref": {"external_id": "mbo:12345"},
"vendor_id": "ven_abc123",
"type": "class_checkin",
"occurred_at": "2025-08-25T10:30:00Z",
"metadata": {"duration_min": 45, "location_id": "loc_77"}
}'