Get NDA acceptance
Retrieve a specific NDA acceptance by ID. Browse request parameters, authentication requirements, response payloads, and working code samples in the Orbiq…
Retrieve a specific NDA acceptance by ID
Authorization
bearerAuth AuthorizationBearer <token>
API key generated in Admin Center Integrations
In: header
Path Parameters
id*string
Acceptance ID
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/nda-acceptances/650e8400-e29b-41d4-a716-446655440000"{ "acceptance": { "id": "650e8400-e29b-41d4-a716-446655440000", "contact": { "id": "750e8400-e29b-41d4-a716-446655440000", "first_name": "John", "last_name": "Doe", "email": "john.doe@example.com" }, "account": { "id": "850e8400-e29b-41d4-a716-446655440000", "name": "Acme Corp", "domain": "acme.com" }, "nda_template": { "id": "550e8400-e29b-41d4-a716-446655440000", "title": "Standard Bilateral NDA", "type": "bilateral", "content_markdown": "# Non-Disclosure Agreement\n\nThis agreement..." }, "accepted_at": "2024-01-15T14:30:00Z", "acceptance_method": "clickwrap", "date_created": "2024-01-15T14:30:00Z" }}How is this guide?