Clients
Clients represent organizations or individuals that you send documents to. Each client can have multiple contacts (the actual signatories).
When inviting signatories to a document, you reference client contacts.
📄️ List clients
Retrieve a paginated list of clients. Supports search by name and
📄️ Create client
Create a new client. The `name` field is required (minimum 3 characters).
📄️ Show client
Retrieve a single client with all contacts.
📄️ Update client
Replace a client's properties entirely.
📄️ Partially update client
Update specific fields of a client.
📄️ Delete client
Archive a client and all their contacts. They can be restored later using the `restore` action.
📄️ Bulk action on clients
Perform a bulk action on multiple clients.
📄️ Execute action on client
Perform an action on a client.
📄️ List client contacts
Retrieve a paginated list of all client contacts across your company.
📄️ Create client contact
Create a new client contact. The `email` field is required and must be
📄️ Show client contact
Retrieve a single client contact by UUID.
📄️ Update client contact
Replace a client contact's properties entirely.
📄️ Partially update client contact
Update specific fields of a client contact.
📄️ Delete client contact
Archive a client contact. It can be restored later.