Overview
Add GoDaddy to any ModuleX agent or workflow. Domain registration, availability checking, and management via the GoDaddy REST API (api.godaddy.com/v1).
Categories: Cloud Infrastructure · Domains · Infrastructure · Web Hosting · Auth: GoDaddy API Key + Secret · Actions: 5
Authentication
GoDaddy API Key + Secret
Authenticate using a GoDaddy API key and secret pair. The Authorization header is built as ‘sso-key <key>:<secret>’.Required Credentials
Available Actions
check_domain_availability — Check the availability of a domain for purchase or transfer
check_domain_availability — Check the availability of a domain for purchase or transfer
list_domains — List domains owned by the authenticated GoDaddy account
list_domains — List domains owned by the authenticated GoDaddy account
Parameters
array
Filter by status. Array of strings: ACTIVE, CANCELLED, etc.
array
Filter by status group. Array of strings: VISIBLE, INACTIVE, RENEWABLE, etc.
integer
Maximum number of domains to return
string
Marker domain to use as the offset in results
array
Optional details to include: authCode, contacts, nameServers
string
Only include results modified since this date (ISO 8601 format)
Response
list_tlds_options — Retrieve the list of available top-level domains (TLDs)
list_tlds_options — Retrieve the list of available top-level domains (TLDs)
Response
renew_domain — Renew a domain registration in GoDaddy
renew_domain — Renew a domain registration in GoDaddy
suggest_domains — Suggest available domain names based on given criteria
suggest_domains — Suggest available domain names based on given criteria
Parameters
string
required
Domain name or keywords for which alternative domain names will be suggested
string
Two-letter ISO country code as a hint for target region
string
City name as a hint for target region
array
Sources to query: CC_TLD, EXTENSION, KEYWORD_SPIN, PREMIUM
array
Top-level domains to include in suggestions (e.g. com, net, org)
integer
Maximum length of second-level domain
integer
Minimum length of second-level domain
integer
Maximum number of suggestions to return
integer
Maximum time in milliseconds to wait for responses
Response
Limits & Quotas
- Production API: 60 requests per minute per API key (per GoDaddy developer documentation).
- OTE (test) API: Lower rate limits; intended for development only.
- Renewal actions incur actual charges on the account.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.