Adobe-Consulting-Services/acs-aem-commons

View on GitHub
bundle/src/test/resources/com/adobe/acs/commons/marketo/response-error.json

Summary

Maintainability
Test Coverage
{
    "requestId": "1234",
    "success": false,
    "warnings": [],
    "errors": [
        {
            "code": "601",
            "message": "Access token invalid"
        }
    ]
}