You can authenticate to the Ad Sales Genius API by providing your API keys in the request or your username and password.


Authentication to the API occurs via HTTP Basic Auth. Provide your API key as the basic auth username and your API password as the basic auth password.


All API requests must be made over HTTPS. Calls made over plain HTTP will fail. You must authenticate for all requests.