SMS
Access SMS message records and attachments for patients.
Endpoints
GET Get All SMS
Query Parameters
Parameter
Type
Default
Description
Example Response 200 OK
200 OK{
"data": [
{
"id": "sms-uuid",
"patientId": "a1b2c3d4",
"direction": "OUTBOUND",
"body": "Your appointment is confirmed for March 20 at 2:00 PM.",
"sentAt": "2026-03-19T09:15:00Z",
"status": "DELIVERED",
"hasAttachment": false
}
]
}GET Get SMS by ID
GET Download SMS Attachment
Response
Header
Value
Last updated
Was this helpful?