Company logoTrust Center Documentation
API v1 ReferenceNda templatesIdFile

Read base NDA template PDF

Return the PDF attached to the base template. The template and file must belong to the authenticated tenant. Missing and unauthorized files both return 404.

GET
/api/v1/nda-templates/{id}/file

Return the PDF attached to the base template. The template and file must belong to the authenticated tenant. Missing and unauthorized files both return 404.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

NDA template ID

Formatuuid

Response Body

application/pdf

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/nda-templates/497f6eca-6276-4993-bfeb-53cbbbba6f08/file"
"string"

How is this guide?