v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBdrives
Create drive access token
Issues a short-lived JWT access token scoped to a specific drive. The token can be used as Bearer authentication for direct S3 operations against the drive's bucket.
post/drives/{driveName}/access-token
Path parameters
driveNamestring required
Response
successful operation
Example response
{
"token_type": "Bearer"
}