Authentication
To access the Acuris Anonymous Trade Ideas API, you need a valid username and password. If you don’t have a username or password, then you can obtain them by requesting a trial or contacting our sales team.
Use the username and password to request your API key token:
This is an example of the response containing an Acuris Anonymous Trade Ideas API key token:
The API key must be passed in the request as Bearer token:
Authorization
If your API subscription is valid and there are no errors in your query, then you’ll receive a ‘200 OK’ response back with the matching payload.
If your username, password or API key is not authorized for the API you are calling, then you will receive a ‘403 Forbidden’ error.