Download OpenAPI specification:Download
The Code Insight REST APIs provide a standard interface for interacting with the application.
An authorization JWT token must be included in the HTTP Authorization header using the Bearer schema. The token can be obtained from the Code Insight Web UI under the Preferences menu. The token must be included in the HTTP header as follows:
Authorization: Bearer JWT_TOKEN
Replace "JWT_TOKEN" with your authorization token. The word "Bearer" must precede the actual JWT token value.