Api Authentication - wowanalytics/Api-Samples GitHub Wiki
Authentication
In order to authenticate with the Api you need to pass your username and password in the Http Header.
Http Header
To authenticate using the header, you need to add the following Http Header to your request
_username: {your username}
_password: {your password}