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:
-
Open the Overwolf Developers console.
-
In the Settings menu, select Profile.
-
Press the Revoke and get new API key. Press Confirm. A new key is issued.
-
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.
-
In the Authorization tab, set the auth type to API Token, then set the
keytoauthorizationthen set the value toKey {user.email@overwolf.com}:{api_key}, then set theadd tofield toHeader.
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:
-
base_url—ensure the path to the console API ishttps://console.overwolf.com/api/stats. -
authorization—ensure that you have the correct key, value, and add it to the configured field (step 5 above).