Get public Pinboard
Query Parameters
s string required
the share key
Header Parameters
pb-sec- string
When sharelink is protected use this header to send the secret
Responses
- 200
- 401
- 403
Payload of PublicPinboardIndex
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
pages object[] nullable
id string nullable
parentPageId string nullable
title string nullable
pinboardId string nullable
previewDescription string nullable
previewTitle string nullable
{
"pages": [
{
"id": "string",
"parentPageId": "string",
"title": "string"
}
],
"pinboardId": "string",
"previewDescription": "string",
"previewTitle": "string"
}
If sharelink is protected and header with secret is not matching the secret, result will be unauthorized
If sharelink is protected and no header with secret is supplied, result will be forbidden
Loading...