Swagger Documentation

Aiimi Insight Engine is configured out of the box to provide dynamic Swagger documentation. This documentation allows you to inspect the API endpoints and test them.

To access the Swagger documentation open a browser and navigate to:

Authentication

To authenticate you need to send your username and password to the login endpoint and get a bearer token. This bearer token is then sent with all subsequent requests.

You should see the following response:

You will need to copy the response body which contains the bearer token and add it with the authorise button (be sure to copy just the token and not the surrounding quotes).

Last updated