Blocklist Monitoring enables you to keep an eye on your reputation. Monitor your domains against our curated list of blocklist providers to make sure you aren't being blocked.
{- "domains": [
- {
- "domain": "yourdomain.com",
- "state": "heathly",
- "updated_at": "2023-09-06 18:45:51 +0000 UTC"
}, - {
- "domain": "yourotherdomain.com",
- "listed": [
- {
- "first_seen": "2023-01-02 02:14:27 +0000 UTC",
- "last_seen": "2023-09-06 18:45:51 +0000 UTC",
- "list": "dbl.spamhaus.org",
- "name": "Spamhaus DBL"
}
], - "state": "listed",
- "updated_at": "2023-09-06 18:45:51 +0000 UTC"
}
]
}
Get all events for all domains monitored
A 200 response
required | Array of objects |
required | object |
A 400 response
{- "events": [
- {
- "domain": "yourotherdomain.com",
- "event": "listed",
- "list": "Spamhaus DBL",
- "name": "Spamhaus DBL",
- "timestamp": "0001-01-01 00:00:00 +0000 UTC"
}, - {
- "domain": "yourdomain.com",
- "event": "delisted",
- "list": "Spamhaus DBL",
- "name": "Spamhaus DBL",
- "timestamp": "0001-01-01 00:00:00 +0000 UTC"
}, - {
- "domain": "yourdomain.com",
- "event": "listed",
- "list": "Spamhaus DBL",
- "name": "Spamhaus DBL",
- "timestamp": "0001-01-01 00:00:00 +0000 UTC"
}
]
}
{- "blocklists": [
- {
- "comments": [
- ""
], - "first_seen": "2023-01-02 02:14:27 +0000 UTC",
- "last_seen": "2023-09-06 18:45:51 +0000 UTC",
- "list": "Spamhaus DBL",
- "name": "Spamhaus DBL"
}, - {
- "comments": [
- ""
], - "first_seen": "2023-01-02 02:14:27 +0000 UTC",
- "last_seen": "2023-09-06 18:45:51 +0000 UTC",
- "list": "SURBL",
- "name": "SURBL"
}
]
}
Get events for a specific domain
A 200 response
required | Array of objects |
required | object |
A 400 response
{- "events": [
- {
- "domain": "yourdomain.com",
- "event": "delisted",
- "list": "Spamhaus DBL",
- "name": "Spamhaus DBL",
- "timestamp": "0001-01-01 00:00:00 +0000 UTC"
}, - {
- "domain": "yourdomain.com",
- "event": "listed",
- "list": "Spamhaus DBL",
- "name": "Spamhaus DBL",
- "timestamp": "0001-01-01 00:00:00 +0000 UTC"
}
]
}