Deal documents API
6 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/deal-documents/{opp_id} |
List Documents |
POST |
/api/deal-documents/{opp_id} |
Add Document Accepts a JSON body. |
DELETE |
/api/deal-documents/{opp_id}/{doc_id} |
Delete Document |
POST |
/api/deal-documents/{opp_id}/{doc_id}/complete |
Complete Document |
POST |
/api/deal-documents/{opp_id}/{doc_id}/reopen |
Reopen Document |
POST |
/api/deal-documents/{opp_id}/{doc_id}/waive |
Waive Document Accepts a JSON body. |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.