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"
}