You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: