Created a new get endpoint - https://bb8-api.getsandbox.com:443/hello
when i call this from browser/postman
500 is returned from getsandbox with below error message:
{
"errors": [
{
"message": "Sorry, an error has occurred. Please check your request data and try again."
}
]
}
Created a new get endpoint - https://bb8-api.getsandbox.com:443/hello when i call this from browser/postman 500 is returned from getsandbox with below error message: { "errors": [ { "message": "Sorry, an error has occurred. Please check your request data and try again." } ] }