The GoDaddy Abuse API (OTE - Operational Test Environment) is the abuse reporting interface for properties hosted with GoDaddy. It lets reporters file structured abuse tickets covering phishing, malware, child sexual abuse material, network abuse, copyright, and spam, and it lets ticket creators retrieve the status of cases they have opened. With six endpoints across v1 and v2, the API is purpose-built for high-signal abuse intake from registries, CERTs, and security platforms.
6 endpointsThe GoDaddy Aftermarket API (OTE - Operational Test Environment) is a small, partner-focused interface used by registrar partners participating in GoDaddy's expiry auction programme. It allows registrars to remove domains from the aftermarket listings or post expiry events into the auction queue. With two endpoints under /v1/aftermarket/listings, the API is purpose-built for back-office registrar integration rather than a general developer surface.
2 endpointsRetrieve legal agreements and terms of service for GoDaddy products and services. This API provides programmatic access to agreement content, titles, and URLs for display in applications and compliance workflows. It supports multi-market localization with BCP-47 language codes, enabling region-specific legal text retrieval for international deployments.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fote-godaddy.com" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fote-godaddy.com" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.