Skip to main content
GET
cURL
Returns active ContractContainer templates available to your organization. Each item describes one template, including its underlying producer-agreement PDF and any additional folder documents.

Which ID do I send on invite?

Each template carries three different IDs. Use the top-level _id as contractContainerTemplateId when calling Invite Downstream Entity.
_id is the only value the invite endpoint accepts as contractContainerTemplateId. Sending one of the fileDocumentId values instead will return 400 No active contract template found for that contractContainerTemplateId.

Example

Given a response item like:
The invite call uses the top-level _id:

Response

Active ContractContainer templates for your organization. Use the returned _id as contractContainerTemplateId on the Invite Downstream Entity endpoint.

data
object[]
required
requestId
string
required

Unique request identifier

Example:

"dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8"

timestamp
string
required

Response timestamp

Example:

"2025-11-12T20:49:03.293Z"