Contract Live
Creating, signing and managing a contract becomes as simple as sending an email.
45 subscribers
21 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Contract Live endpoints
| Method | Endpoint | Description |
|---|---|---|
| Negotiation | ||
| POST |
Create Negotiation /negotiation |
Create a new negotiation. See Readme, for more details about negotiations. |
| DELETE |
Delete Negotiation /negotiation/{uid} |
Break a negotiation and delete it. |
| GET |
Get Negotiation /negotiation/{uid} |
Retrieve negotiation information (without the content) |
| GET |
Get Negotiation Content /negotiation/{uid}/content |
Retrieve negotiation content (last version) in HTML or PDF format. |
| POST |
Update Negotiation /negotiation/{uid} |
Update a negotiation. If an optional parameter is not set, the current value doesn't change (except for tags). |
| GET |
Get a Negotiaiton Signed PDF /negotiation/{uid}/signedPDF |
When a negotiation is signed, the result is a signed PDF |
| Activity | ||
| GET |
Get negotiation activities /negotiation/{negotiationUid}/activity |
Return all activities of a negotiation |
| POST |
Create Negotiation Activity /negotiation/{uid}/activity |
|
| Attachment | ||
| POST |
Create Negotiation Attachment /negotiation/{negotiationUid}/attachment |
Create an attachment file linked to a negotiation |
| GET |
Get Negotiation Attachment /negotiation/{negotiationUid}/attachment/{uid} |
Get information about a negotiation attachment (except the file itself) |
| POST |
Update Negotiation Attachment /negotiation/{negotiationUid}/attachment/{uid} |
Update an attachment file linked to a negotiation |
| DELETE |
Delete Negotiation Attachment /negotiation/{negotiationUid}/attachment/{uid} |
Delete an attachment file linked to a negotiation |
| GET |
Get Negotiation Attachment Content /negotiation/{negotiationUid}/attachment/{uid}/content |
Return the file contained in a negotiation attachment |
| GET |
List Negotiation Attachments /negotiation/{negotiationUid}/attachment |
List all attachments for a given negotiation |
| Template | ||
| DELETE |
Delete Template /template/{uid} |
Delete a template |
| GET |
Get Template Content /template/{uid}/content |
Retrieve the content of a template |
| POST |
Create Template /template |
Create a new template. See Readme, for more details about templates. |
| GET |
Get Template /template/{uid} |
Retrieve template information (without content) |
| POST |
Update Template /template/{uid} |
Update a template. If an optional parameter is not set, the current value doesn't change (except for tags). |
| POST |
Use Template /template/{uid}/use |
Use a template to create a new negotiation. |
| Other endpoints | ||
| GET |
Get Environment /env |
Retrieve current Environment data. See Readme, for more details about environment. |
Contract Live pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|