Get document version download link
GET
/documents/{documentId}/versions/{versionId}/raw
Get a short-lived presigned download URL for a document version's binary
content. The returned URL points directly at storage; clients should not
add the Authorization header when fetching it.
Authorizations
IBinderOAuth2
OAuth 2.0 Client Credentials flow. Obtain a token from the iBinder Identity
Provider, then send it as Authorization: Bearer <token> on every request.
The token endpoint expects grant_type=client_credentials, your client_id,
your client_secret, and scope=ibinder_public.
clientCredentials Flow
Token URL
"https://signin.ibinder.com/connect/token"Scopes:
"ibinder_public"
Parameters
Header Parameters
x-ibinder-tenantid*
Type
Requiredstring
Path Parameters
documentId*
Type
Requiredstring
versionId*
Type
Requiredstring
Responses
The request has succeeded.
application/json
JSON "url": "string", "expiresAt": "string"
{
}

