Agreement Document Template Finds
### Retrieve multiple agreement document templates by name.
**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 several agreement document templates in one call using the `names` query parameter (a comma-separated list of template names). Agreement document templates define the customer agreement documents that are generated during application onboarding.
This is the batch version of [`agreementDocumentTemplateFind`](/api/rest-api-endpoints/users/agreement-document-template-find). Template names are unique per clearing house.
**Related Endpoints**
- Use [`agreementDocumentTemplateList`](/api/rest-api-endpoints/users/agreement-document-template-list) to retrieve all visible templates instead of a specific set.
- Use [`agreementDocumentTemplateSuggest`](/api/rest-api-endpoints/users/agreement-document-template-suggest) when you only know part of a name.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
names
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

