Tremendous integration (Finance, Marketing). Imported from open-connector.
https://api.tremendous.com/api/v2/products
| Param | Type | Required | Description |
|---|---|---|---|
| country | string | optional | Comma-separated Alpha-2 country codes used to filter available products. |
| currency | string | optional | Comma-separated ISO 4217 currency codes used to filter available products. |
| subcategory | string | optional | Comma-separated Tremendous product subcategories used to filter products. |
/products/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Tremendous product ID. |
/campaigns
/campaigns/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Tremendous campaign ID. |
/funding_sources
/funding_sources/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Tremendous funding source ID. |
/organizations
/orders
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The zero-based Tremendous result offset. |
| limit | integer | optional | The maximum number of Tremendous records to return. Tremendous caps list pages … |
| campaignId | string | optional | Only return orders for this Tremendous campaign ID. |
| externalId | string | optional | Only return orders with this customer-supplied external ID. |
| createdAtGte | string | optional | Only return orders created at or after this ISO 8601 timestamp. |
| createdAtLte | string | optional | Only return orders created at or before this ISO 8601 timestamp. |
/orders/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Tremendous order or external order ID. |
/rewards
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The zero-based Tremendous result offset. |
| limit | integer | optional | The maximum number of Tremendous records to return. Tremendous caps list pages … |
/rewards/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Tremendous reward ID. |
/rewards/{id}/generate_link
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Tremendous reward ID. |