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