A Service of Softnik Technologies

Watch My Domains SED
Product Home User Guide

Installation

Configuration

Usage


Developer APIs

These API endpoints are specifically for developers who want to integrate their own apps or websites with data from Watch My Domains SED. They’re completely separate from the registrar API support built into the app.

So if you're a regular user or administrator of the software, you can safely ignore these, they’re not meant for day-to-day use or configuration.

Administrative Endpoints

Standard Endpoints

API Guide: Audit Management

Audit

Parameter Notes
c admin
t audit
oper list
count Maximum number of rows to fetch, upper limit is 5000.
?c=admin&t=audit&oper=list&count=3
{
    "status": "ok",
    "error": "",
    "validate": 0,
    "data": [
        "2019-02-06 12:38:58: 127.0.0.1: audit_delete_domain: : audit_delete_domain: 4 entries deleted (findgoodnames.com,codepunch.solutions,brainstorm.domains,bidreporter.com)",
        "2019-02-06 12:16:40: 127.0.0.1: audit_login_attempt_success: : audit_login_attempt_success: setup",
        "2019-02-06 10:28:52: 127.0.0.1: audit_login_attempt_success: : audit_login_attempt_success: setup"
    ]
}