Company logoTrust Center Documentation
API v1 ReferenceNda acceptancesIdDocument

Generate NDA acceptance certificate

Generate a PDF certificate for an NDA acceptance as proof of agreement

GET
/api/v1/nda-acceptances/{id}/document
AuthorizationBearer <token>

JWT token obtained from login endpoint

In: header

Path Parameters

idstring

Acceptance ID

Formatuuid

Response Body

curl -X GET "https://app.orbiqhq.com/api/v1/nda-acceptances/497f6eca-6276-4993-bfeb-53cbbbba6f08/document"
curl -X GET https://app.orbiqhq.cloud/api/v1/nda-acceptances/650e8400-e29b-41d4-a716-446655440000/document \  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \  -o nda-certificate.pdf
"string"
{
  "error": "Unauthorized"
}
{
  "error": "Acceptance not found"
}
{
  "error": "Internal server error"
}

How is this guide?