Docs
API ReferenceOverview

API Reference

Complete API reference for every Loop Platform service. Each service exposes a RESTful API documented with OpenAPI 3.1.

Authentication

All API endpoints require a valid access token. See Connect with Loop for how to obtain one.

curl -X GET https://api.platform.loop.health/identity/v1/me \
  -H "Authorization: Bearer $ACCESS_TOKEN"

Services

Identity Stable Prod-ready: ✓

User accounts, authentication, M2M tokens, and RBAC.

Accounting Stable Prod-ready: ✓

Immutable financial ledger, wallets, and transaction processing.

Payments Stable Prod-ready: ✓

Payment gateway abstraction, charges, refunds, and payouts.

Comms Stable Prod-ready: ✓

Email, SMS, push notifications, and in-app messaging.

Analytics Beta Prod-ready: ✓

Event tracking, dashboards, and data warehouse sink.

Affiliates Beta Prod-ready: ✗

Affiliate tracking, attribution rules, and commission tiers.

Clinical Beta Prod-ready: ✓

Health data, biomarker engine, protocols, and health scoring.

Commerce Beta Prod-ready: ✓

Product catalog, orders, and e-commerce workflows.

AI Preview Prod-ready: ✓

AI agents, Luna, evaluations, and recap builder.

Webhooks Stable Prod-ready: ✓

Webhook delivery, retry management, and event subscriptions.

Events Stable Prod-ready: ✓

EventBridge bus, event publishing, and cross-service messaging.

Patient Graph Beta Prod-ready: ✗

Patient data model, health data ingestion, and graph queries.

Membership Beta Prod-ready: ✗

Membership plans, subscriptions, and entitlements.

Content Preview Prod-ready: ✗

CMS-backed content management and delivery.

Jobs Stable Prod-ready: ✓

Background job scheduling, cron tasks, and async processing.

Platform Stable Prod-ready: ✓

Platform configuration, brand management, and service health.

Follows Preview Prod-ready: ✗

Social graph, follow/unfollow, and relationship management.

Capri Preview Prod-ready: ✓

Capri-specific service layer and workflows.

Booking Preview Prod-ready: ✗

Visit scheduling, provider availability, and appointment management.

Cash Preview Prod-ready: ✓

Cash grants, spending, expiration, and balance management.

Community Preview Prod-ready: ✗

Posts, comments, likes, and community feed.

Entitlements Preview Prod-ready: ✗

Feature access, tier-based entitlements, and cache management.

Integrations Preview Prod-ready: ✗

Wearable device connections, OAuth flows, and health data sync.

OpenAPI Specification

The unified OpenAPI specification covering all services is available at:

https://platform.loop.health/api/openapi.yaml

Individual per-service specs are at:

https://platform.loop.health/api/{service}/openapi.yaml