mirror of
https://github.com/charlesabarnes/SPFtoolbox.git
synced 2026-04-25 03:16:18 +03:00
[GH-ISSUE #43] API Documentation Request #21
Labels
No labels
Good First Issue
bug
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SPFtoolbox#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doza62 on GitHub (Jul 29, 2020).
Original GitHub issue: https://github.com/charlesabarnes/SPFtoolbox/issues/43
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.
@charlesabarnes commented on GitHub (Jul 29, 2020):
I can probably make a simple documentation page with just html
@doza62 commented on GitHub (Aug 3, 2020):
Let me know if I can help with anything, I think just mention on the readme the support for api and what params are needed to what url will suffice.