latestOpenAPI 3.0.02026-08-203145159.1 KB
0e40a805593b
programs
Get a chronic condition program with weekly content
Returns the full program structure with weekly content items. Each item has a contentType discriminator (article, roleModel, recipe, reset, microstep, lesson). Currently supports the GLP-1 Companion program.
get/v1/programs/{programId}
Path parameters
programId'glp1' required
Program identifier
Query parameters
localestring
Content locale
weekinteger
Return a single week (0-indexed, 0 = welcome). Omit for all 52 weeks.
contentTypesstring
Comma-separated content types to include. Omit for all.
Response
Program retrieved successfully
Example response
{
"data": {
"contentTypes": [
"article",
"roleModel",
"recipe",
"reset",
"microstep",
"lesson"
]
}
}