ChartMogul integration (Finance, Data). Imported from open-connector.
https://api.chartmogul.com/v1/account
| Param | Type | Required | Description |
|---|---|---|---|
| include | array | optional | Additional account settings to include in the response. |
/v1/data_sources
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The source name to filter by. |
| system | string | optional | The billing system type to filter by, such as Stripe, Recurly, or Custom. |
/v1/customers
| Param | Type | Required | Description |
|---|---|---|---|
| dataSourceUuid | string | optional | The ChartMogul source UUID used to filter customers. |
| externalId | string | optional | The external customer identifier to filter by. |
| string | optional | The customer email address to search for. | |
| withAssociatedEmails | boolean | optional | Whether email search should also match associated contact email addresses. |
| status | string | optional | The lead or subscription status to filter by. |
| system | string | optional | The billing system to filter by, such as Stripe, Recurly, or Custom. |
| cursor | string | optional | The cursor returned by ChartMogul for fetching the next page. |
| perPage | integer | optional | The maximum number of records to return. ChartMogul caps this at 200. |
/v1/customers/{customerUuid}
| Param | Type | Required | Description |
|---|---|---|---|
| customerUuid | string | required | The ChartMogul UUID of the customer. |
/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The contact email address to filter by. | |
| customerExternalId | string | optional | The customer external identifier whose contacts should be returned. |
| customerUuid | string | optional | The ChartMogul UUID of the customer. |
| dataSourceUuid | string | optional | The source UUID whose contacts should be returned. |
| cursor | string | optional | The cursor returned by ChartMogul for fetching the next page. |
| perPage | integer | optional | The maximum number of records to return. ChartMogul caps this at 200. |