API reference
Get a demo page
Fetch one placeholder documentation page by ID.
Get a demo page
Fetch one placeholder documentation page by ID.
GETGet a demo page
https://api.example.com/v1/demo-pages/{pageId}Auth: bearerAuth: bearer (token)Open playground
Generated from
examples/openapi.json. Use the playground for interactive exploration when your API allows safe requests.
Authentication
bearerAuth: bearer (token)
Parameters
pageIdstring pathpathRequiredUnique demo page ID.
Responses
200HTTP responseThe requested demo page.
404HTTP responseNo demo page exists with that ID.
Code samples
curl -X GET "https://api.example.com/v1/demo-pages/string" \
-H "Authorization: Bearer $API_TOKEN"Schemas
| Property | Type | Description |
|---|---|---|
idRequired | string | |
slugRequired | string | |
titleRequired | string | |
statusRequired | draft | published |
| Property | Type | Description |
|---|---|---|
titleRequired | string | |
bodyRequired | string | |
tagsOptional | string[] |
Was this page helpful?