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

{
  "ClientID": "string",
  "Path": "string"
}

Response Example (200)

Response Type /definitions/restDocumentAccessTokenResponse

{
  "AccessToken": "string"
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top