You can now access your Kore.ai bots through secure APIs. With the release of R6.2.1, key bot features like intent and entity detection, bot synonyms, ML utterances and chat logs can be accessed via APIs.
From your Kore.ai Bot Builder, proceed to API Scopes under Apps & Agents menu.
Click ‘New’ to define new API scope definition
Select an app or create a new app. Select the required API scopes and save the mapping
Once mapping is created, you can start accessing the platform APIs using the credentials of the selected app. Refer our knowledge base for more details on API specifications.
I tried generating the JWT as you mentioned . With generated JWT token which I tried to make a GET request through postman where I specified botId,dashboardname,widget name etc and in the header I passed the token generated in JWT. But I am still receiving Invalid SDK credentials