Hello All,I am hoping someone can perhaps guide me where I need to go. I am configuring a REST collector and I connect using ClientID and ClientSecret. I would then in return get a token.The problem I have are the fields Client Secret parameter and the Client secret value. I have added the ClientID as a parameter but I am not winning.I can configure this with Postman and I can use curl to get my token. I am not able to figure how to do this in Cribl.
Page 1 / 1
Can you please share a sanitized example of this?
ENCODE is where it is encoded in Base 64 in the curl command. The image is the configuration for postman.
Hi Brendan,curl -k -v -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: Basic ENCODE" -d "grant_type=client_credentials" -X POST https://login.mypurecloud.ie/oauth/token
If you want screenshots of the Cribl side I can.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.