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?