GET /v1/pages/\{id\}
Service: content · operationId: (none)
Required scopes
(no scope declared — review service config)
Path parameters
id(string) required —
Responses
200 Single page
{
"type": "object",
"properties": {
"id": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
"title": {
"type": "string"
},
"slug": {
"type": "string"
},
"brandId": {
"type": "string"
},
"status": {
"type": "string"
},
"excerpt": {
"type": [
"string",
"null"
]
},
"createdAt": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
},
"required": [
"id",
"title",
"slug",
"brandId",
"status",
"createdAt",
"updatedAt"
]
}404 Page not found
Example
curl -X GET https://content.platform.loop.health/v1/pages/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/content— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced