List contract signatures for an Organization
query Parameters
organization_idFilter on Organization ID. (UUID format)
pageThe page number for the returned contracts.
page_sizeThe maximum number of contracts per page.
order_byHow the contracts are ordered in the response.
List contract signatures for an Organization › Responses
total_countThe total number of contract signatures.
The paginated returned contract signatures.
Create a signature for your Organization for the latest version of the requested contract
Create a signature for your Organization for the latest version of the requested contract › Request Body
contract_typeThe type of the contract.
contract_nameThe name of the contract.
validatedWhether the contract is validated at creation.
organization_idID of the Organization. (UUID format)
Create a signature for your Organization for the latest version of the requested contract › Responses
idID of the contract signature. (UUID format)
organization_idThe Organization ID which signed the contract. (UUID format)
created_atThe creation date of the contract signature. (RFC 3339 format)
signed_atThe signing date of the contract signature. (RFC 3339 format)
expires_atThe expiration date of the contract signature. (RFC 3339 format)
The contract signed.
Download a contract content
path Parameters
contract_signature_idThe contract signature ID. (UUID format)
query Parameters
localeThe locale requested for the content of the contract.
Download a contract content › Responses
namecontent_typecontentSign a contract for your Organization
path Parameters
contract_signature_idThe contract linked to your Organization you want to sign. (UUID format)
Sign a contract for your Organization › Responses
idID of the contract signature. (UUID format)
organization_idThe Organization ID which signed the contract. (UUID format)
created_atThe creation date of the contract signature. (RFC 3339 format)
signed_atThe signing date of the contract signature. (RFC 3339 format)
expires_atThe expiration date of the contract signature. (RFC 3339 format)
The contract signed.
Check if a contract is signed for your Organization
Check if a contract is signed for your Organization › Request Body
organization_idID of the Organization to check the contract signature for. (UUID format)
contract_typeFilter on contract type.
contract_nameFilter on contract name.
Check if a contract is signed for your Organization › Responses
createdWhether a signature has been requested for this contract.
validatedWhether the signature for this contract has been validated.