Get Your Credentials - Criteo Docs

Introduction

Before making API calls, you need to generate your application credentials. These credentials consist of an API Key and an API Secret, which are linked to the permissions ( Domains) set during the application creation process.

Retrieving App Credentials

Step 1

Step 2

A text file containing both your API Key and API Secret will automatically download. While you can copy the API Key from the credentials’ dashboard, the API Secret is only available in the downloaded file. Make sure to store these keys securely!

Storing API Keys Your API Secret is only available in the text file. If the file is lost, the API Secret cannot be retrieved, and you will need to create new API keys. So please make sure to store your keys in a safe location! Each application allows up to five keys at a time.

Step 3

With your API credentials in hand, you can call the POST /oauth2/token endpoint to obtain your token.

More information about the Auth endpoint is available in the API Reference documentation and in our authentication guide.

The steps to obtain the token depend on your selected authentication method: Client Credentials or Authorization Code.

Best Practices