RevenueCat integration (Finance, Developer Tools, Subscriptions). Imported from open-connector.
https://api.revenuecat.com/v2/projects
| Param | Type | Required | Description |
|---|---|---|---|
| startingAfter | string | optional | Return records after this RevenueCat cursor. |
| limit | integer | optional | Maximum number of records to return. |
/v2/projects/{projectId}/customers
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| startingAfter | string | optional | Return records after this RevenueCat cursor. |
| limit | integer | optional | Maximum number of records to return. |
| search | string | optional | Search by customer email, app user ID, store transaction identifier, or Apple o… |
/v2/projects/{projectId}/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| customerId | string | required | RevenueCat customer or app user ID. |
| expand | array | optional | Optional customer fields to expand in the response. |
/v2/projects/{projectId}/customers/{customerId}/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| customerId | string | required | RevenueCat customer or app user ID. |
| startingAfter | string | optional | Return records after this RevenueCat cursor. |
| limit | integer | optional | Maximum number of records to return. |
/v2/projects/{projectId}/subscriptions/{subscriptionId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| subscriptionId | string | required | RevenueCat subscription ID. |
/v2/projects/{projectId}/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| storeSubscriptionIdentifier | string | required | Store subscription identifier to search for. |
| includeScheduled | boolean | optional | Whether to include subscriptions scheduled to start in the future. |
/v2/projects/{projectId}/customers/{customerId}/active_entitlements
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| customerId | string | required | RevenueCat customer or app user ID. |
| startingAfter | string | optional | Return records after this RevenueCat cursor. |
| limit | integer | optional | Maximum number of records to return. |
/v2/projects/{projectId}/entitlements
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| startingAfter | string | optional | Return records after this RevenueCat cursor. |
| limit | integer | optional | Maximum number of records to return. |
/v2/projects/{projectId}/offerings
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| startingAfter | string | optional | Return records after this RevenueCat cursor. |
| limit | integer | optional | Maximum number of records to return. |
| expand | array | optional | Optional Offering fields to expand in the response. |
/v2/projects/{projectId}/products
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| startingAfter | string | optional | Return records after this RevenueCat cursor. |
| limit | integer | optional | Maximum number of records to return. |
/v2/projects/{projectId}/metrics/overview
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| currency | string | optional | Currency used for the returned RevenueCat metrics. |
/v2/projects/{projectId}/metrics/revenue
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | RevenueCat project ID. |
| startDate | string | required | Inclusive start date in ISO 8601 format. |
| endDate | string | required | Inclusive end date in ISO 8601 format. |
| currency | string | optional | Currency used for the returned RevenueCat metrics. |
| revenueType | string | optional | Revenue definition returned as the metric value. |