v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContract - Links
Create a link
Use this endpoint to create a link between contracts.
post/contracts/{contract_id}/links
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
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Request body
Example request
{
"external_link": "https://www.example.com",
"external_title": "example_title"
}Response
Returns the created contract link.