Supported Formats

JSON

Errors

Code Description
401 Unauthorized
403 Forbidden
404 Not Found
500 Server crashed for some reason

Examples

{
    "domains": [
        {
            "id": 2593,
            "user_id": 1,
            "address": "123.com",
            "rua_report": true,
            "ruf_report": true,
            "mta_sts_report": null,
            "dmarc_status": "dmarc_record_published",
            "mta_sts_status": "mta_sts_inactive",
            "created_at": "2023-03-31T11:49:04.099Z",
            "updated_at": "2023-04-06T16:00:41.258Z"
        },
        {
            "id": 2503,
            "user_id": 1,
            "address": "sampledomain.com",
            "rua_report": true,
            "ruf_report": true,
            "mta_sts_report": false,
            "dmarc_status": "dmarc_inactive",
            "mta_sts_status": "mta_sts_inactive",
            "created_at": "2022-04-15T11:05:05.212Z",
            "updated_at": "2023-04-06T16:00:26.839Z"
        }
    ],
    "shared_domains": [
    	{
            "id": 2570,
            "user_id": 1,
            "address": "mnp.com",
            "rua_report": true,
            "ruf_report": true,
            "mta_sts_report": false,
            "dmarc_status": "dmarc_record_published",
            "mta_sts_status": "mta_sts_inactive",
            "created_at": "2023-02-16T07:19:01.255Z",
            "updated_at": "2023-04-06T16:00:39.033Z"
        },
        {
            "id": 2599,
            "user_id": 1,
            "address": "api-1.com",
            "rua_report": true,
            "ruf_report": true,
            "mta_sts_report": null,
            "dmarc_status": "dmarc_record_published",
            "mta_sts_status": "mta_sts_inactive",
            "created_at": "2023-04-03T15:31:57.028Z",
            "updated_at": "2023-04-06T16:00:41.765Z"
        }
    ]
}