List of pages. All pages are inside a "pages" element, current page and next page are specified outside the pages element.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request samples
curl --location --request GET '/pages' \
--header 'Accept: application/json' \
--header 'Authorization;'
Responses
application/json {
"status": "<string>",
"pages": [
{
"version": "<string>",
"id": "<string>",
"json": "<string>",
"type": "<string>",
"date": "<string>",
"active": "<string>",
"id_custom": "<string>"
},
{
"version": "<string>",
"id": "<string>",
"json": "<string>",
"type": "<string>",
"date": "<string>",
"active": "<string>",
"id_custom": "<string>"
}
]
}
Modified at 2024-09-04 17:30:45