You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Error envelope returned by mailboxlayer when a request fails. HTTP status is always 200; check the success flag and the error.code value.",
"type": "object",
"properties": {
"success": {
"type": "boolean",
"const": false,
"description": "Always false for error responses."