← Tools Reference

ChaserHQ

ChaserHQ integration (Finance). Imported from open-connector.

API key8 toolshttps://openapi.chaserhq.com/v1
GET
chaserhq_get_status
Get ChaserHQ API status.

/status/

GET
chaserhq_get_organisation
Get the Chaser organisation attached to the API credentials.

/organisation

GET
chaserhq_list_customers
List Chaser customers with optional filters and pagination.

/customers

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe number of items per page. Chaser allows at most 100.
pageintegeroptionalThe zero-based page number to request.
filtersobjectoptionalChaser filters keyed by field name.
additionalFieldsarrayoptionalOptional customer fields to include in the response.
GET
chaserhq_get_customer
Get one Chaser customer by ID or ext_ external ID.

/customers/{customerId}

2 parameters
ParamTypeRequiredDescription
customerIdstringrequiredThe Chaser customer id, or an external id prefixed with ext_.
additionalFieldsarrayoptionalOptional customer fields to include in the response.
GET
chaserhq_list_invoices
List Chaser invoices with optional filters and pagination.

/invoices

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe number of items per page. Chaser allows at most 100.
pageintegeroptionalThe zero-based page number to request.
filtersobjectoptionalChaser filters keyed by field name.
additionalFieldsarrayoptionalOptional customer fields to include in the response.
GET
chaserhq_get_invoice
Get one Chaser invoice by ID.

/invoices/{invoiceId}

1 parameter
ParamTypeRequiredDescription
invoiceIdstringrequiredThe Chaser invoice identifier.
GET
chaserhq_list_invoice_history
List Chaser invoice history records with optional filters and pagination.

/invoices/history

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe number of items per page. Chaser allows at most 100.
pageintegeroptionalThe zero-based page number to request.
filtersobjectoptionalChaser filters keyed by field name.
additionalFieldsarrayoptionalOptional customer fields to include in the response.
GET
chaserhq_get_invoice_history
Get history for one Chaser invoice.

/invoices/{invoiceId}/history

1 parameter
ParamTypeRequiredDescription
invoiceIdstringrequiredThe Chaser invoice identifier.