Authentication
To access the Acuris Filings API, you need a valid API key. If you don’t have an API key, then you can obtain one by requesting a trial or contacting our sales team.
This is an example of an Acuris Filings API key token:
The API key must be passed in the request as Bearer token:
Authentication tokens can be refreshed on demand, it’s worth bearing this in mind should you wish to make your consuming agent dynamic. The current token has a two-months time-to-live (TTL) period.
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 API key is not authorized for the API you are calling, then you will receive a ‘401 Unauthorized’ error: