Agreement Document Template Item
### Retrieve an agreement document template by ID.
**Available to:** All authenticated users. Templates marked `adminUseOnly` are visible only to internal NinjaTrader administrators.
**Environments:** Demo, Live
**[Rate Limit](/overview/core-concepts/rate-limits):** No endpoint-specific limit
Fetch a single agreement document template using its entity `id`. Agreement document templates define the customer agreement documents that are generated during application onboarding.
You'll typically get template IDs from the `templateId` field of an agreement document (see [`agreementDocumentItem`](/api/rest-api-endpoints/users/agreement-document-item)) — use this endpoint to look up the template a document was generated from.
**Related Endpoints**
- Use [`agreementDocumentTemplateItems`](/api/rest-api-endpoints/users/agreement-document-template-items) to fetch several templates by ID in one call.
- Use [`agreementDocumentTemplateList`](/api/rest-api-endpoints/users/agreement-document-template-list) to retrieve all visible templates.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
id
Response
AgreementDocumentTemplate
name
timestamp
adminUseOnly
individual
joint
IRA
IRA
trust
LLC
LLC
ACH
ACH
externalRef
highRisk
hedging
personalGuarantor
corporation
partnership
id
professional
usaCustomer
usaJointCustomer
optionalSignature
otherEntityControl
genericSignWhitelist
priority
clearingHouseId
countryId
organizationId
templatePreviewWhitelist

