Leveraging the API
Ignyte provides one primary APIs as well as integration-specific endpoints:
- The Asset API provides Get, Post, and Delete capabilities to asset data.
To get started, you will need an API key. The API key are generated from the Ignyte Assurance Platform Tenant Settings page.
Note that the API requires a Software license.
Once you have the API key, your REST client should use it with the Authorization: Bearer standard header to authenticate.
Please see our GITHUB page for more information about our API or go directly to the Swagger documentation for details on the individual API calls.