Authentication

Each API query must be authenticated, by including your Trellian Direct Search Network 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 Trellian Direct Search Network 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 Trellian Direct Search Network username and password, respectively and key with your API key.