Invalid sdk credentilas error

Hi team,
I am working on (HR ASSIST PAID VERSION BOT)
ISSUE:
I am getting invalid sdk credentials when using any api
I gave client id and client secret correctly to generate a jwt token and when iam giving in postman it shows
{
“errors”: [
{
“msg”: “Invalid SDK credentials”,
“code”: 4002
}
]
}

Upon giving correct creds still it is showing error and i tried for this below api’s
proactive notification api
https://{{host}}/api/public/bot/{{BotID}}/notify
and
Find intent api
https://{{host}}/api/v1.1/rest/bot/{{BotID}}/findIntent?fetchConfiguredTasks=false

Find Intent API - Kore.ai Documentation
Proactive Notifications API - Kore.ai Documentation

i followed these docs
please give me any solution

Thanking you

Dear @priya.sai.manohar ,

Thank you for posting your query.

Can you please re-try generating the JWT token and validate it again?

Kindly follow our community article that talks about generating JWT tokens for Public API’s.

Let us know if this helps.

Regards,
Kore.ai Community Team.