API Access Maangement
API Tokens¶
To utilize Falkonry TSI ReST APIs for integrations, users need a secure token. These API tokens allow for programmatic access to Falkonry's capabilities, as every feature of TSI is accessible via APIs designed for bulk data operations
Create a new API Token¶
API tokens are security tokens that users can generate through the API Tokens page within the Falkonry TSI UI. These tokens are essential for connecting Falkonry with other external systems to retrieve data.
Use API Token¶
The API requests are secured by token-based authentication, meaning the Authorization HTTP header must include Bearer
Security recommendation¶
It's a best practice for each user to have their own API token, and these tokens should not be shared with others for developing integrations. Users should also be mindful not to create a DDoS (Distributed Denial of Service) attack on Falkonry.
Warning
To protect your data and analysis, DO NOT share your API Tokens with anyone.