Skip to main content
GET
Get contract signing files

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Path Parameters

id
string
required

The unique identifier (UUID) of the contract

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Files to sign, their fields, and the signatories

contractId
string
required

Unique identifier (UUID) of the contract.

Example:

"9aa01b69-5f3d-4c8e-b2a7-1d6e0f4c8b93"

firstSigningParty
enum<string> | null
required

Side that must sign first, null when the signature is not ordered. Combine it with signatories[].order to rebuild the full signing sequence: this party first, its signatories by ascending order, then the other party.

Available options:
member,
guest
Example:

"member"

files
object[]
required

Files of the envelope, in signing order.

Example:
signatories
object[]
required

Everyone taking part in the signature.

Example: