GetAccept
Digital sales enablement and document tracking platform
No API documented yet. Know where the docs live? Propose the links above.
Actions (7)
Documents · 4
- Create documentPOST /v1/documents
Create a new GetAccept document (can include pricing tables via the template).
documented - Publish new document revisionPOST /v1/documents/{document_id}/revisions
Publish a new revision/version of a document after edits.
documented - Read pricing tables from documentGET /v1/documents/{document_id}/pricing-tables
Retrieve pricing tables data embedded in a specific document.
documented - Update pricing table in documentPUT /v1/documents/{document_id}/pricing-tables
Update a document's pricing table (Edit After Send workflow).
documented
Templates · 2
- Read custom images for templateGET /v1/templates/{template_id}/custom-images
Retrieve the custom image merge tags configured for a template.
documented - Read pricing tables from templateGET /v1/templates/{template_id}/pricing-tables
Retrieve the pricing table definitions from a template to map identifiers and columns.
documented