HEAD/spaces/api/v1/pages/{pageID}.json
checks if a page is accessible by ID without spaceID. This is used for OT session auth
Path Params
- Name
pageID
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Description
- 200 OK No Data
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden No Data
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
403 Forbidden (no data)
errResp
{
"Code": 0,
"Detail": "string",
"ID": "string",
"Title": "string"
}