I’m integrating with Solis API using Cornerstones External API.
The Solis API works perfectly in other tests with Postman for example, and while I am getting a success 200 ok response, the data is coming back null and a msg contains an error message that apparently isn’t part of the Solis API. I’ve been on to Solis support and they have advised me to look in to Cornerstone as it’s not their code. The Code=1 isn’t their response either.
Has anyone ever received a response like this before?
{
"success": true,
"code": "1",
"msg": "Communication error. Please refresh and try again later",
"data": null
}