get_contact | Get a contact by ID. Returns email, name, company, job title, phone, address fields. |
get_current_member | Get the current API key owner’s member info (identity probe — useful to verify the key works and identify the workspace). |
get_document_details | Get full document details including name, status, dates, folder_uuid, tokens, fields, recipients, metadata, tags, and pricing tables. |
get_document_status | Get a document’s basic info: id, name, status (string like “document.draft”), date_created, date_modified, date_completed, expiration_date, version. |
get_template_details | Get full template details including fields, tokens, recipients (roles), and content structure. |
list_contacts | List contacts in the workspace. |
list_content_library_items | List content library items (reusable content blocks like images, text snippets, and tables). |
list_document_audit_trail | List the audit trail events for a document (who did what and when). |
list_document_fields | List all fields in a document (text, checkbox, date, signature, etc.) with their current values and assigned recipients. |
list_document_folders | List document folders in the workspace. |
list_documents | List documents. Optional filters: q (name/reference), status (integer 0–14: 0=draft, 1=sent, 2=completed, 3=uploaded, 5=viewed, 7=approved, 11=voided, 12=declined), count (max 100, default 50), page, template_id, folder_uuid, contact_id, order_by (string enum: date_created, -date_created, date_status_changed, -date_status_changed, name, -name, etc.). |
list_members | List workspace members (users with their roles and status). |
list_template_folders | List template folders in the workspace. |
list_templates | List templates in the workspace. Returns template IDs, names, dates, and folder info. |