Skip to main content

Authentication

AddSearch REST API requires HTTP Basic Authentication for most requests.

To authenticate, use your SITEKEY as the username and your secret API key as the password. Both credentials are available on the Dashboard's Installation page.

For example, use curl with the --user option:

curl --user 'SITEKEY:SECRET_API_KEY' https://api.addsearch.com/your-endpoint

Note: The Search API endpoint does not require authentication. For more details, see Search API endpoint.