Updates to the Create Organization Endpoint
We've added a copy_settings
object parameter to the Create Organization endpoint.
The "List organizations" endpoint is changing
The "List organizations" endpoint will no longer return related organizations. It will only return the organization associated with the API key used to make the request.
Balance transactions endpoint for account reconciliation
We've added an endpoint to list balance transactions, which grants you programmatic access to your Tremendous balance history.
Access token creation endpoint has been removed
We have removed the endpoint that creates access tokens.
The API is moving to api.tremendous.com
The Tremendous API is moving from www.tremendous.com
to api.tremendous.com
. None of the routes will change, so the only change you will have to make is to replace www
with api
in your calls to our API.
Deprecating multi-reward orders
We are deprecating support for multi-reward orders.
API V1 has been sunset
All clients have been migrated off the API (see API V1 will be sunset on Jan 15th, 2023. We extended the migration window by several months in order to accommodate select clients in their migration.
Forking campaigns shared across teams
The Tremendous API domain model previously had a notion of shared campaigns across teams (organizations).
More docs, better docs
We just released lots more documentation. It starts with an improved introduction page and a simplified quickstart guide. But we've also added guides for creating various different types and configurations of rewards, for setting delivery methods, and for customizing the recipient experience.
OAuth 2.0 documentation
We've released the ability to make API calls on behalf of other accounts via OAuth 2.0. This has been in beta for the last few months, and we're excited to release it.