Programs
Fetch program information
List
Fetch a list of programs available in the users organization.
Request
GET /v1/programs
Response
HTTP Status Code
200
Body
{
"data": [
{
"id": "9890ed24-405d-4688-abcd-b7f829d75939",
"name": "Heart failure program",
"informationUrl": "https://the.url/forTheProgram",
"isTwoWayMessagingEnabled": false,
"createdAt": "2024-09-17T15:45:00+02:00"
}
],
"meta": {}
}
Example
GET /v1/programs HTTP/1.1
Authorization: Bearer <api-key>
Host: api.luscii.com
HTTP/1.1 200 OK
Content-Type: application/json
{"data":[{"id":"9890ed24-405d-4688-abcd-b7f829d75939","name":"Heart failure program","informat
ionUrl":"https://the.url/forTheProgram","isTwoWayMessagingEnabled":false,"createdAt":"2024-09-
17T15:45:00+02:00"}],"meta":{}}
Updated 6 days ago