Snoze Developers
API referencePublic shares

Resolve

GET
/v1/public/shares/{token}

Path Parameters

token*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/public/shares/string"
{  "data": {    "type": "surface",    "meta": {      "kind": "folder",      "title": "string",      "icon": "string",      "color": "string",      "allowDownload": true,      "accessLevel": "view",      "workspaceName": "string"    },    "surfaceId": "string",    "surfaceKind": "string",    "manifest": {},    "blocks": [      {        "id": "string",        "workspaceId": "string",        "surfaceId": "string",        "parentBlockId": "string",        "kind": "paragraph",        "orderKey": "string",        "manifest": {},        "layout": {          "x": 0,          "y": 0,          "w": 0,          "h": 0        },        "plainText": "string",        "createdAt": "string",        "updatedAt": "string"      }    ],    "hasMore": true  }}