Download signed NDA
Streams the signed NDA file for the specified acceptance ID. The service retrieves the asset from Directus using a tenant-scoped access token and forwards the response body while preserving relevant headers (Content-Type, Content-Length, Content-Disposition).
The response is intentionally not cacheable (Cache-Control: private, no-store) and includes additional security headers.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
NDA acceptance ID linked to the signed document
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://app.orbiqhq.com/api/v1/nda-acceptances/650e8400-e29b-41d4-a716-446655440000/file""string"{
"code": "forbidden",
"message": "You do not have permission to access this resource.",
"details": {}
}{
"code": "forbidden",
"message": "You do not have permission to access this resource.",
"details": {}
}{
"code": "forbidden",
"message": "You do not have permission to access this resource.",
"details": {}
}{
"code": "forbidden",
"message": "You do not have permission to access this resource.",
"details": {}
}{
"code": "forbidden",
"message": "You do not have permission to access this resource.",
"details": {}
}How is this guide?