Clients
The Clients API provides endpoints for managing client records within your company. A client represents a customer or business entity that you provide services or products to.
Key Features
- Create, read, update, and delete client records
- Manage client contact information and billing details
- View client-specific transaction history
- Handle multiple contacts per client
- Track client-specific settings and preferences
Client Statuses
- Active: Client is currently active and can be billed
- Archived: Client is archived and hidden from active lists
- Deleted: Client is marked for deletion but retained in the database
Best Practices
- Always validate client email addresses
- Use unique client numbers for easy reference
- Keep contact information up to date
- Set appropriate client-specific currency and tax settings
getList clients
/api/v1/clientspostCreate client
/api/v1/clientsgetShow client
/api/v1/clients/{id}putUpdate client
/api/v1/clients/{id}deleteDelete client
/api/v1/clients/{id}getEdit Client
/api/v1/clients/{id}/editgetBlank Client
/api/v1/clients/createpostBulk client actions
/api/v1/clients/bulkpostAdd client document
/api/v1/clients/{id}/uploadpostPurge client
/api/v1/clients/{id}/purgepostMerge client
/api/v1/clients/{id}/{mergeable_client_hashed_id}/mergepostClient statement PDF
/api/v1/client_statementpostRemoves email suppression of a user in the system
/api/v1/reactivate_email/{bounce_id}postUpdate tax data
/api/v1/clients/{client}/updateTaxData