CloudCare
Platform · CCAPI · Developer Console
CCAPI · v2 · OpenAPI 3.1

Developer console

CloudCare REST API · FHIR R4 facade · webhooks · OAuth 2.0. SLA 99.95% · base URL api.cloudcare.life365.io/v2
Live · last 24 hours
12.4M
requests · 99.97% success · p95 142ms · 4 active integrations
Active keys
14
8 prod · 4 stage · 2 dev
Error rate
0.03%
▼ 0.04 vs 7d
p95 latency
142ms
SLO 250ms
Webhook deliveries
84.2k
12 retries pending
Overview
API keys 14
Endpoints 87
Webhooks 8
Integrations 4
Logs
Docs
Env · production
API keys 14 active · scoped via OAuth 2.0 client credentials
+ New key
Name · scope
Token (masked)
Env
Calls 24h
Last used
VA · Vista bridge
RW patients, observations
cc_pk_live_••••a921
prod
2.41M
19% of total
2s ago
Dragon CoPilot · ambient
RW encounters, billing
cc_pk_live_••••f4e0
prod
3.82M
31% of total
8s ago
Canary Speech · MCI
RW screeners, biomarkers
cc_pk_live_••••2c87
prod
1.18M
10% of total
14s ago
PillDrill · adherence
RW medication events
cc_pk_live_••••8d23
prod
2.04M
16% of total
42s ago
MDRX device router
RW devices, fulfillment
cc_pk_live_••••71fa
prod
1.49M
12% of total
3m ago
PECOS verifier
RO providers, NPI
cc_pk_live_••••3b09
prod
62.8k
0.5% of total
1h ago
CQID OAP submit
ADM regulatory submission
cc_pk_live_••••e105
prod
418
batch jobs
1d ago
Test integration · sandbox
RO read-only · sandbox
cc_pk_test_••••0044
stage
8.4k
QA traffic
2h ago
Showing 8 of 14 · Show all
Request volume · 24h
All keys, all endpoints
12.4M
requests · ~143/sec avg
0 200/s 400/s 600/s p95 142ms −24h −18h −12h −6h now
Quickstart Authenticated request example
Copy
cURL
Python
TypeScript
Go
FHIR
# Fetch a patient's open care gaps
curl -X GET "https://api.cloudcare.life365.io/v2/patients/4419873/care_gaps" \
  -H "Authorization: Bearer $CC_TOKEN" \
  -H "Accept: application/fhir+json" \
  -H "X-CC-Tenant: visn-22"

# Response (200 OK · 142ms)
{
  "resourceType": "Bundle",
  "type": "searchset",
  "total": 3,
  "entry": [
    {
      "resource": {
        "resourceType": "Task",
        "id": "gap_a1c_overdue_4419873",
        "status": "requested",
        "intent": "plan",
        "code": { "text": "A1c overdue · DM2" },
        "for": { "reference": "Patient/4419873" },
        "authoredOn": "2026-05-09T09:14:00Z",
        "businessStatus": { "text": "vida_outreach_queued" }
      }
    }
  ]
}
Top endpoints · 24h
GET
/v2/patients/{id}/observations
RPM device readings
3.81M
98ms p95
GET
/v2/patients/{id}
FHIR patient resource
2.94M
112ms p95
POST
/v2/encounters
Dragon CoPilot ambient
1.62M
186ms p95
POST
/v2/screeners/phq9
VIDA + Canary intake
418k
88ms p95
GET
/v2/care_gaps
CGAE rule output
142k
142ms p95
Webhook deliveries · 1h
10:42:18
patient.observation.created → Dragon CoPilot · 47ms
200
10:41:52
screener.phq9.completed → VA Vista · 112ms
200
10:41:33
encounter.billing_ready → BIM internal · retry 2/3
RETRY
10:40:18
device.transmission.lapse → MDRX · 88ms
200
10:38:42
care_gap.closed → CQID OAP · 511 timeout
FAIL