Unable to get the jwt accesstoken using the api

Hi Team,
can any one help to get the bearer token using the below API
curl --header “Content-Type: application/json”
–request POST
–data ‘{“grant_type”:“client_credentials”, “audience”:“api.cloud.camunda.io”, “client_id”:“XXX”, “client_secret”:“YYY”}’
https://login.cloud.camunda.io/oauth/token

after passing the valid client credentials and client id it’s not generating the token it’s giving 401 unauthorized can somebody help me what is wrong here
@Niall @Java_Developer

Hi @shridhara_bm
Can you try to get the token for the following audience “operate.camunda.io” for testing purposes?

Regards,
Alex

thank you it worked.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.