Authentication
Each API query must be authenticated, by including your Monetization API key. Your credentials can be sent via either HTTPS GET or POST, using the api_key variable.
Note: To access the Monetization API, you will need an API key. Contact us to obtain one.
Example query:
https://www.above.com/api.php?api_key=key&mode=fetch&reportid=12345&start=0&num=100
Where key needs to be replaced with your Monetization API key.