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

User accounts, authentication, M2M tokens, and RBAC.

Accounting Stable

Immutable financial ledger, wallets, and transaction processing.

Payments Stable

Payment gateway abstraction, charges, refunds, and payouts.

Comms Stable

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

Analytics Beta

Event tracking, dashboards, and data warehouse sink.

Affiliates Beta

Affiliate tracking, attribution rules, and commission tiers.

Clinical Beta

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

Commerce Beta

Product catalog, orders, and e-commerce workflows.

AI Preview

AI agents, Luna, evaluations, and recap builder.

Webhooks Stable

Webhook delivery, retry management, and event subscriptions.

Events Stable

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

Patient Graph Beta

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

Membership Beta

Membership plans, subscriptions, and entitlements.

Content Preview

CMS-backed content management and delivery.

Jobs Stable

Background job scheduling, cron tasks, and async processing.

Platform Stable

Platform configuration, brand management, and service health.

Follows Preview

Social graph, follow/unfollow, and relationship management.

Capri Preview

Capri-specific service layer and workflows.

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