API Authentication
The API supports authentication using HTTP basic authentication or query string. In both cases, the credentials are the same as those used to log into the portal.Query String
The query string parameters are supplied as "api_username" and "api_password":?api_username=USERNAME&api_password=PASSWORD