| GET | /v1/domains | Retrieve a list of Domains for the specified Shopper |
| GET | /v1/domains/agreements | Retrieve the legal agreement(s) required to purchase the specified TLD and add-ons |
| GET | /v1/domains/available | Determine whether or not the specified domain is available for purchase |
| POST | /v1/domains/available | Determine whether or not the specified domains are available for purchase |
| POST | /v1/domains/contacts/validate | Validate the request body using the Domain Contact Validation Schema for specified domains. |
| POST | /v1/domains/purchase | Purchase and register the specified Domain |
| GET | /v1/domains/purchase/schema/{tld} | Retrieve the schema to be submitted when registering a Domain for the specified TLD |
| POST | /v1/domains/purchase/validate | Validate the request body using the Domain Purchase Schema for the specified TLD |
| GET | /v1/domains/suggest | Suggest alternate Domain names based on a seed Domain, a set of keywords, or the shopper's purchase history |
| GET | /v1/domains/tlds | Retrieves a list of TLDs supported and enabled for sale |
| DELETE | /v1/domains/{domain} | Cancel a purchased domain |
| GET | /v1/domains/{domain} | Retrieve details for the specified Domain |
| PATCH | /v1/domains/{domain} | Update details for the specified Domain |
| PATCH | /v1/domains/{domain}/contacts | Update domain |
| DELETE | /v1/domains/{domain}/privacy | Submit a privacy cancellation request for the given domain |
| POST | /v1/domains/{domain}/privacy/purchase | Purchase privacy for a specified domain |
| PATCH | /v1/domains/{domain}/records | Add the specified DNS Records to the specified Domain |
| PUT | /v1/domains/{domain}/records | Replace all DNS Records for the specified Domain |
| GET | /v1/domains/{domain}/records/{type}/{name} | Retrieve DNS Records for the specified Domain, optionally with the specified Type and/or Name |
| PUT | /v1/domains/{domain}/records/{type}/{name} | Replace all DNS Records for the specified Domain with the specified Type and Name |
| DELETE | /v1/domains/{domain}/records/{type}/{name} | Delete all DNS Records for the specified Domain with the specified Type and Name |
| PUT | /v1/domains/{domain}/records/{type} | Replace all DNS Records for the specified Domain with the specified Type |
| POST | /v1/domains/{domain}/renew | Renew the specified Domain |
| POST | /v1/domains/{domain}/transfer | Purchase and start or restart transfer process |
| POST | /v1/domains/{domain}/verifyRegistrantEmail | Re-send Contact E-mail Verification for specified Domain |
| GET | /v2/domains/maintenances | Retrieve a list of upcoming system Maintenances |
| GET | /v2/domains/maintenances/{maintenanceId} | Retrieve the details for an upcoming system Maintenances |
| GET | /v2/domains/usage/{yyyymm} | Retrieve api usage request counts for a specific year/month. The data is retained for a period of three months. |