← Tools Reference

Tremendous

Tremendous integration (Finance, Marketing). Imported from open-connector.

API key12 toolshttps://api.tremendous.com/api/v2
GET
tremendous_list_products
List Tremendous products with optional country, currency, and subcategory filters.

/products

3 parameters
ParamTypeRequiredDescription
countrystringoptionalComma-separated Alpha-2 country codes used to filter available products.
currencystringoptionalComma-separated ISO 4217 currency codes used to filter available products.
subcategorystringoptionalComma-separated Tremendous product subcategories used to filter products.
GET
tremendous_get_product
Retrieve one Tremendous product by ID.

/products/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Tremendous product ID.
GET
tremendous_list_campaigns
List Tremendous campaigns in the current organization.

/campaigns

GET
tremendous_get_campaign
Retrieve one Tremendous campaign by ID.

/campaigns/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Tremendous campaign ID.
GET
tremendous_list_funding_sources
List funding sources in the current Tremendous organization.

/funding_sources

GET
tremendous_get_funding_source
Retrieve one Tremendous funding source by ID, including the special BALANCE value.

/funding_sources/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Tremendous funding source ID.
GET
tremendous_list_organizations
List the Tremendous organization tied to the current API key.

/organizations

GET
tremendous_list_orders
List Tremendous orders with optional pagination and order filters.

/orders

6 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe zero-based Tremendous result offset.
limitintegeroptionalThe maximum number of Tremendous records to return. Tremendous caps list pages …
campaignIdstringoptionalOnly return orders for this Tremendous campaign ID.
externalIdstringoptionalOnly return orders with this customer-supplied external ID.
createdAtGtestringoptionalOnly return orders created at or after this ISO 8601 timestamp.
createdAtLtestringoptionalOnly return orders created at or before this ISO 8601 timestamp.
GET
tremendous_get_order
Retrieve one Tremendous order by ID or external ID.

/orders/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Tremendous order or external order ID.
GET
tremendous_list_rewards
List Tremendous rewards with optional offset pagination.

/rewards

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe zero-based Tremendous result offset.
limitintegeroptionalThe maximum number of Tremendous records to return. Tremendous caps list pages …
GET
tremendous_get_reward
Retrieve one Tremendous reward by ID.

/rewards/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Tremendous reward ID.
POST
tremendous_generate_reward_link
Generate a redemption link for an existing Tremendous reward.

/rewards/{id}/generate_link

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Tremendous reward ID.