Accessing issue /oauth/token in Postman

We are testing https://login.mypurecloud.com/oauth/token in two ways using Postman

In our client machine we have Postman installed and when we try to run the /oauth/token API we are getting the following error :
{
"error": "invalid_client",
"description": "no client id provided",
"error_description": "no client id provided"
}

But in the same client machine, we accessed Postman from browser and we are able to get the token.

What could be the issue?

Hi,

It's possible that you have a proxy enabled and that's interfering with your connection.

Thanks Ronan, will check that

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