| List my domains (owner-scoped mirror) | GET /api/list |
| Live domain info from registrar | GET /api/info/{provider}/{domain} |
| Register a domain | POST /api/register/{provider}/{domain} |
| Renew a domain | POST /api/renew/{provider}/{domain} |
| Availability + price search | GET /api/search/{provider}/{domain} |
| Get nameservers | GET /api/nameservers/{provider}/{domain} |
| Set nameservers | PUT /api/nameservers/{provider}/{domain} |
| Get DNS records | GET /api/dns/{provider}/{domain} |
| Add DNS records | POST /api/dns/{provider}/{domain} |
| Remove DNS records | DELETE /api/dns/{provider}/{domain} |
| WHOIS privacy (off/partial/full) | PUT /api/privacy/{provider}/{domain} |
| Transfer lock on/off | PUT /api/lock/{provider}/{domain} |
| URL forwarding | PUT /api/forwarding/{provider}/{domain} |
| Transfer auth code (EPP) | GET /api/transfer-authcode/{provider}/{domain} |
| TLD price list | GET /api/tld-prices/{provider} |
| Registrar account info | GET /api/account/{provider} |
| Bulk export for frontend panel | GET /api/sync |
| Health (public) | GET /api/health |
X-API-Key + X-User-Id/X-Username owner headers