# Tomorro API ## Docs - [Get clause](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/clauses/get-clause.md): Retrieves a single clause with its full content by its unique identifier. - [List clauses](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/clauses/list-clauses.md): Returns all clauses belonging to your organization. - [Get contract type templates](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contract-types/get-contract-type-templates.md): Returns the templates of a specific contract type with their full smart-fields (type, document and condition attributes). - [Get contract types creation form](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contract-types/get-contract-types-creation-form.md): Returns the smart-fields and json-rules-engine rules used when creating a contract for this type, optionally scoped to a template. - [List contract types](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contract-types/list-contract-types.md): Returns a paginated list of contract types in your organization with their type-level smart-fields. Supports filtering by published status. - [Create contract](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contracts/create-contract.md): Creates a contract with document from a template. - [Get contract](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contracts/get-contract.md): Get a contract - [Get contract clauses](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contracts/get-contract-clauses.md): Returns all clauses attached to a specific contract. - [Get contract signed files](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contracts/get-contract-signed-files.md): Returns every signed file attached to the contract’s signature, each with a short-lived pre-signed download URL and file metadata. Clients pick the file(s) they want to download. URLs expire after 30 seconds; re-call the endpoint to obtain fresh ones. - [List contracts](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contracts/list-contracts.md): Returns a paginated list of contracts in your organization. Supports cursor-based pagination, sorting, and filtering. - [Request contract signatures](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contracts/request-contract-signatures.md): Accepts a contract document for signature and starts the signature process if possible. - [Update contract](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/contracts/update-contract.md): Updates a contract with the provided fields. Only the fields provided in the request body will be updated. - [Create counterparty](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/counterparties/create-counterparty.md): Creates a new counterparty in your organization. - [Get counterparty](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/counterparties/get-counterparty.md): Retrieves detailed information about a specific counterparty by their unique identifier. - [List counterparties](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/counterparties/list-counterparties.md): Returns a paginated list of counterparties in your organization. Supports cursor-based pagination, sorting, and filtering. - [Update counterparty](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/counterparties/update-counterparty.md): Updates a counterparty with the provided fields. Only the fields provided in the request body will be updated. - [Get custom object](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/custom-objects/get-custom-object.md): Returns a custom object with its associated smart fields. - [List custom objects](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/custom-objects/list-custom-objects.md): Returns the list of custom objects in your organization. - [Upsert contract records](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/custom-objects/upsert-contract-records.md): Creates or updates contract records for a given custom object. - [Create member](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/members/create-member.md): Creates a new member in your organization. When `sendInvitation` is `true`, the new member will receive an email invitation to join your organization. The member status will be `pending` until they accept the invitation. - [Get member](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/members/get-member.md): Retrieves detailed information about a specific member by their unique identifier. - [List members](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/members/list-members.md): Returns a paginated list of members in your organization. Supports cursor-based pagination, sorting, and filtering. - [Update member](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/members/update-member.md): Updates an existing member's role, group assignments, or other properties. All fields are optional — only include the fields you want to change. - [Get organization](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/organization/get-organization.md): Returns the organization associated with the API key. - [List smart fields](https://alpha.developer.tomorro.com/api-reference/2025-01-29-alpha/smart-fields/list-smart-fields.md): Returns a paginated list of smart fields (attribute definitions) in your organization. Supports cursor-based pagination, sorting, and filtering. - [API Reference](https://alpha.developer.tomorro.com/api-reference/introduction.md): Complete reference for the Tomorro Public API - [Tomorro Public API](https://alpha.developer.tomorro.com/index.md): Integrate Tomorro's contract management capabilities into your applications - [Quickstart](https://alpha.developer.tomorro.com/quickstart.md): Make your first API call in minutes - [API Versioning](https://alpha.developer.tomorro.com/versioning.md): How Tomorro versions its API and how to use versioned requests ## OpenAPI Specs - [openapi](https://alpha.developer.tomorro.com/openapi.json) - [openapi-2025-01-29.alpha](https://alpha.developer.tomorro.com/openapi-2025-01-29.alpha.json) - [openapi-2025-01-15.init](https://alpha.developer.tomorro.com/openapi-2025-01-15.init.json) ## Optional - [Website](https://www.tomorro.com) - [Support](mailto:support@tomorro.com)