Authentication
Getting access to API keys
The API uses Bearer Authentication via HTTP headers, secured over TLS network connection
curl -H 'Authorization: Bearer <token>' ...
API keys
API keys are generated through the Firmcheck application.
Go to "Firm settings > API services".
When generating the key, you can give it a name and an expiration date.
Keys can also be manually revoked.
Updated 23 days ago