Skip to main content

Overview

Introduction

The Overwolf Developer Console API allows you to programmatically access your app's statistics and data, making it easy to integrate with third-party Business Intelligence (BI) tools.

Accessing the endpoints

To access the API endpoints you need to generate an API key. To generate your key:

  1. Open the Overwolf Developers console.

  2. In the Settings menu, select Profile.

  3. Press the Revoke and get new API key. Press Confirm. A new key is issued.

  4. Copy the key and save it. You will not be able to retrieve it. Should you lose the key, you will need to repeat these steps and issue a new key.

  5. In the Authorization tab, set the auth type to API Token, then set the key to authorization then set the value to Key {user.email@overwolf.com}:{api_key}, then set the add to field to Header .

Using the Postman collection

Overwolf provides the endpoints for you to use in a number of different ways. Overwolf recommends using The Postman App to build and test your request before you add it to your integration.

After you have downloaded the collection, open Postman, navigate to the workspace of your choice, and then press the Import button. Then you will need to make sure that you add/change the following variables:

  1. base_url—ensure the path to the console API is https://console.overwolf.com/api/stats.

  2. authorization—ensure that you have the correct key, value, and add it to the configured field (step 5 above).