Authentication

Each API query must be authenticated, by including your Trillion Direct username and API key. Your credentials can be sent via either HTTPS GET or POST, using the username 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&api_key=key&mode=list_account_keywords

Where user needs to be replaced with your Trillion Direct username and key with your API key.