AlphaAlpha Docs
API ReferencePublic documents

Get shared document metadata

Retrieves document info via share token

GET
/public/documents/{token}
AuthorizationBearer <token>

In: header

Path Parameters

token*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/documents/string"
{
  "description": "string",
  "downloadCount": 0,
  "expiresAt": "string",
  "fileSize": 0,
  "maxDownloads": 0,
  "mimeType": "string",
  "name": "string",
  "requiresPassword": true
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}