Gumroad integration (Finance, Marketing). Imported from open-connector.
https://api.gumroad.com/v2/user
/products
/products/{productId}
| Param | Type | Required | Description |
|---|---|---|---|
| productId | string | required | Gumroad resource ID. |
/sales
| Param | Type | Required | Description |
|---|---|---|---|
| after | string | optional | Date filter in YYYY-MM-DD format. |
| before | string | optional | Date filter in YYYY-MM-DD format. |
| productId | string | optional | Gumroad resource ID. |
| string | optional | Buyer email address to filter sales by. | |
| orderId | string | optional | Gumroad order ID to filter sales by. |
| name | string | optional | Customer name to filter sales by. |
| licenseKey | string | optional | License key to filter sales by. |
| pageKey | string | optional | Page key returned by a previous list_sales response. |
/sales/{saleId}
| Param | Type | Required | Description |
|---|---|---|---|
| saleId | string | required | Gumroad resource ID. |
/products/{productId}/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| productId | string | required | Gumroad resource ID. |
| string | optional | Subscriber email address to filter by. | |
| paginated | boolean | optional | Whether Gumroad should limit the response to a paginated page. |
| pageKey | string | optional | Page key returned by a previous subscriber list response. |
/sales/{saleId}/resend_receipt
| Param | Type | Required | Description |
|---|---|---|---|
| saleId | string | required | Gumroad resource ID. |