Get NDA template
Retrieve a specific NDA template by ID
AuthorizationBearer <token>
JWT token obtained from login endpoint
In: header
Path Parameters
idstring
Template ID
Format
uuid
Query Parameters
include_versions?boolean
Include version information in the response
Default
false
version?string
Specific version ID to retrieve
Format
uuid
Response Body
curl -X GET "https://app.orbiqhq.com/api/v1/nda-templates/497f6eca-6276-4993-bfeb-53cbbbba6f08?include_versions=false&version=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
"template": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"tenant": "123e4567-e89b-12d3-a456-426614174000",
"title": "Standard Bilateral NDA",
"type": "bilateral",
"content_markdown": "# Non-Disclosure Agreement\n\nThis agreement...",
"status": "published",
"language": "en-US",
"hasActiveVersion": true,
"date_created": "2024-01-15T10:30:00Z",
"date_updated": "2024-01-15T10:30:00Z"
},
"hasPublishedVersion": true
}
{
"error": "Unauthorized"
}
{
"error": "Template not found"
}
{
"error": "Internal server error"
}
How is this guide?