latestOpenAPI 3.0.02026-08-203145159.1 KB
0e40a805593b
stories
Get all stories (v1, static, up to 5000 items)
get/v1/stories
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.
Response
Successful response
Example response
{
"data": {
"data": {
"learnV2": {
"getArticlesV2": {
"items": [
{
"tags": [
{
"slug": "sleep",
"name": "Sleep"
}
],
"conditions": [
{
"slug": "sleep",
"name": "Sleep"
}
]
}
]
}
}
}
}
}