API reference
List demo pages
Return a paginated list of placeholder documentation pages.
List demo pages
Return a paginated list of placeholder documentation pages.
GETList demo pages
https://api.example.com/v1/demo-pagesAuth: 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
limitinteger queryqueryMaximum number of pages to return.
cursorstring queryqueryPagination cursor from the previous response.
Responses
200HTTP responseA list of demo pages.
Code samples
curl -X GET "https://api.example.com/v1/demo-pages?limit=1&cursor=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?