Authentication

Each API query must be authenticated, by including your Trillion Direct username, password and API key. Your credentials can be sent via either HTTPS GET or POST, using the username, password and api_key variables.

Note: To access the Trillion Direct API, you will need an API key. Contact us to obtain one.


Example query:

https://bid.trellian.com/api.html?username=user&password=pass&api_key=key&mode=list_account_keywords

Where user and pass need to be replaced with your Trillion Direct username and password, respectively and key with your API key.