latestOpenAPI 3.0.02026-08-203145159.1 KB
0e40a805593b
stories
Get a single story by ID with recipe fields (v3)
get/v3/stories/{id}
Path parameters
idstring uuid required
Unique identifier of the story (UUID)
Query parameters
localestring
Language locale (e.g. en, es, en-GB)
stripExternalLinksboolean
When true, links to non-Thrive domains are removed from content fields; the link text is preserved. Links to thriveglobal.com and relative links are kept.
stripStylesboolean
When true, inline style attributes are removed from HTML content fields; text, elements and all other attributes are preserved.
Response
Item retrieved successfully
Example response
{
"valid": true,
"data": {
"data": {
"learnV2": {
"item": {
"tags": [
{
"slug": "sleep",
"name": "Sleep"
}
],
"conditions": [
{
"slug": "sleep",
"name": "Sleep"
}
]
}
}
}
}
}