API key

Programmatic access to your Tremendous account

API Keys give you programmatic access to your account. This is the simplest and most common way to integrate with Tremendous.

You can generate an API key through the Tremendous dashboard under Team Settings > Developers.

2968

Save the key once you’ve generated it. Tremendous treats API keys as passwords, and will not have future access to the full key after you have generated it.

Authenticating via API key

To authenticate via API key, make a request using the following format:

curl --header 'Authorization: Bearer YOUR-API-KEY' \
     --url 'https://testflight.tremendous.com/api/v2/ping'