ChaserHQ integration (Finance). Imported from open-connector.
https://openapi.chaserhq.com/v1/status/
/organisation
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items per page. Chaser allows at most 100. |
| page | integer | optional | The zero-based page number to request. |
| filters | object | optional | Chaser filters keyed by field name. |
| additionalFields | array | optional | Optional customer fields to include in the response. |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | string | required | The Chaser customer id, or an external id prefixed with ext_. |
| additionalFields | array | optional | Optional customer fields to include in the response. |
/invoices
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items per page. Chaser allows at most 100. |
| page | integer | optional | The zero-based page number to request. |
| filters | object | optional | Chaser filters keyed by field name. |
| additionalFields | array | optional | Optional customer fields to include in the response. |
/invoices/{invoiceId}
| Param | Type | Required | Description |
|---|---|---|---|
| invoiceId | string | required | The Chaser invoice identifier. |
/invoices/history
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items per page. Chaser allows at most 100. |
| page | integer | optional | The zero-based page number to request. |
| filters | object | optional | Chaser filters keyed by field name. |
| additionalFields | array | optional | Optional customer fields to include in the response. |
/invoices/{invoiceId}/history
| Param | Type | Required | Description |
|---|---|---|---|
| invoiceId | string | required | The Chaser invoice identifier. |