Hi all,
I've created a query to GET active customers through POSTMAN the query having been exposed as websevice is working fine from sandbox and showing the below error in the live environment. I'm using the same token in both environments and they're generating successfully. What could be the issue with the production environment? I am using uath 2.0 authentication.
{
"error": {
"code": "Authentication_InvalidCredentials",
"message": "The server has rejected the client credentials. CorrelationId: xxxxxxxxxxxxxxxxxxx."
}
}