cURL
curl --request GET \ --url http://localhost:8000/api/v1/documentation/pages/{page_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "parent_id": "<string>", "title": "<string>", "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>", "updated_by": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique identifier for the page
Include raw response. When you want more data from the source
Show child attributes
Page/Block id of the parent
Title of the page
The account associated with the page
Time at which the page is created
Last updated time
The account associated with the last update