v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Contract

Mark contract as signed by ID

Use this endpoint to mark contract as signed by contract ID via API. Note that this is not the contract sign endpoint for a single user. This only to mark the contract is signed by all users.

post/contracts/{contract_id}/mark_as_signed

Path parameters

contract_idinteger required

The unique ID of the contract.

Headers

x-oneflow-api-tokenstring required

The API key of your Oneflow account.

x-oneflow-user-emailstring email required
Example:john.doe@oneflow.com

The email address of a registered Oneflow user.

Request body

mark_as_signed_datestring datetime required

timestamp of the date time that the contract needs to sign.

Example request

{
  "mark_as_signed_date": "2024-01-02T03:04:05+02:00"
}

Response

Returns the contract.

signed_datestring datetime required