In my previous experience, I got the same error when I use a different JWT… I may suggest to ensure you have the right JWT token to send the request, by doing a double-checking the payload and secret textfields in this page. https://developer.kore.ai/tools/jwt/
Thank you for the quick response! I did use the JWT token converter you’d sent, and included the applications “Client Secret” as the appId to produce my JWT token. Setup like so:
@rwhite
You are using jti in the app. This would mean that your payload contains jti and has expiry less than an hour. It also usually means that you won’t be able to replay an api unless you are using a new token every time.
Please remove jti from the app. Save, and try.