@shameem appreciate you for sharing this! 🙏🏼
would you know why this is still getting 401 Incorrect credentials supplied?
Payload was encrypted just fine and I've run the VSPS Search POST API but still getting this error
{
"responseStatus": {
"status": 401,
"code": "9124",
"severity": "ERROR",
"message": "Incorrect credentials supplied",
"info": ""
}
}
Client certificate pem and key is already added here:
Also, Basic Auth is setup with username and password taken from Dashboard
Also in Postman config.js, server certificate pem and private pem are used
Any ideas why it is still throwing 401? 🙏🏼 Thank you!