Sorry but still missing something.
Let me share all my steps:
-
Create a JWT token with the follow payload:
{
“appId”: “cs-445ddd98-c073-547b-b8ac-e53490376091”,
“sub” : “+G/2GhlbOsQIlj2sGcIw7DbL78iN4tv75jLQUPWqaf0=”
} -
The integration mode is Synchronous
-
in the postman, I use the Authorization Bearer Token and past te JWT token:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6ImNzLTQ0NWRkZDk4LWMwNzMtNTQ3Yi1iOGFjLWU1MzQ5MDM3NjA5MSIsInN1YiI6IitHLzJHaGxiT3NRSWxqMnNHY0l3N0RiTDc4aU40dHY3NWpMUVVQV3FhZjA9In0.NOZkuSp67M3Efu29ka8O-fASQoo3W4Qa9lw9cz3swFM -
I’m doing a post to this URL https://bots.kore.ai/chatbot/hooks/st-61ef1943-b2ce-52a2-9531-3a48d5c01dad
-
the body I’m using what you gave me
6 ) Result: invalid access token