v1
latestOpenAPI 3.1.02026-07-24111224223.3 KBDraft Contracts
Retrieves a draft contract
Returns a draft contract by id, including its line items and any attached external references.
get/draft-contracts/{draft_contract_id}
Response
OK
Example response
{
"external_references": [
{
"type": "xyzSystemId",
"id": "234",
"url": "https://xyzsystempage.com/ids/234"
}
],
"amount": {
"amount": "1.01",
"currency": "USD"
},
"items": [
{
"price": {
"amount": {
"amount": "1.01",
"currency": "USD"
},
"interval_months": 1
},
"discount": {
"amount_off": {
"amount": "1.01",
"currency": "USD"
}
}
}
]
}