Digging the code I found access to the API which I found is not documented although easily accesible and usable.
GET @ /operations?
Params:
domain=***** (the domain or url to check)
request=blacklist (the desired test to make)
port=### (Depending on the request type)
And getting a simple JSON response well formatted. I used it with Postman Monitors to check every week if my domain has gone to any blacklist.
I find this API very useful and a handy application overall to host alongside a webmail on a mail server.
Digging the code I found access to the API which I found is not documented although easily accesible and usable.
GET @ /operations? Params: domain=***** (the domain or url to check) request=blacklist (the desired test to make) port=### (Depending on the request type)
And getting a simple JSON response well formatted. I used it with Postman Monitors to check every week if my domain has gone to any blacklist.
I find this API very useful and a handy application overall to host alongside a webmail on a mail server.