Skip to content

POST /a/auth/token/document

Generate a temporary access token for a specific document for the current user

Body Parameters

Name Description Type Required
ClientID string
Path string

Body Example

1
2
3
4
{
  "ClientID": "string",
  "Path": "string"
}

Response Example (200)

Response Type /definitions/restDocumentAccessTokenResponse

1
2
3
{
  "AccessToken": "string"
}

Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025