Response object

DMARCLY always returns a top-level JSON object, along with a status code to indicate success or failure. When successful, the API will return an HTTP 200, as well as

{
    "status": "SUCCESS"
}

When calls are unsuccessful, they return an appropriate HTTP code, as well as something like

{
    "status": "ERROR",
    "message": "Invalid API key"
}