A secure, developer-friendly REST API with webhooks to integrate Triage Link into your systems. Generate API keys from your organisation settings and subscribe to real-time events.
API keys are generated in Triage Link. Send requests over HTTPS with:
Authorization: Bearer YOUR_API_KEY
Keys can be rotated; per-org scopes and rate limits planned.
GET /api/v1/referrals/ref_12345
Authorization: Bearer YOUR_API_KEY
Accept: application/json
{
"id": "ref_12345",
"patient": { "name": "Jane Doe", "dob": "1980-04-12" },
"status": "Under Review",
"assigned_consultant": "Dr. A. Smith",
"last_updated": "2025-08-08T10:42:00Z"
}
Example only. Endpoints will be published at launch.
Subscribe to events and receive signed POSTs to your endpoint.
referral.createdreferral.status_changedconsultant.assignedreferral.closedX-TriageLink-Signature