# Appwrite Domains API

**Canonical:** https://apis.io/apis/appwrite/appwrite-domains-api/  
**Provider:** Appwrite — https://apis.io/providers/appwrite/  
**Base URL:** https://cloud.appwrite.io/v1  
**Documentation:** https://appwrite.io/docs/references

Appwrite Domains API is one of 44 APIs that [Appwrite](https://apis.io/providers/appwrite/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Domains and DNS. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a GitHub repository.

Appwrite Domains — buy domains and host DNS inside an Appwrite organization, announced 2026-09-04. 54 operations across 44 paths in the Appwrite 2.0.0 OpenAPI.

## Operations (54)

| Method | Path | Summary |
|---|---|---|
| GET | `/domains` | List domains |
| POST | `/domains` | Create a new domain. |
| GET | `/domains/price` | Get domain price |
| GET | `/domains/prices` | List domain prices |
| POST | `/domains/purchases` | Create a domain purchase |
| PATCH | `/domains/purchases/{invoiceId}` | Confirm a domain purchase |
| GET | `/domains/suggestions` | List domain suggestions |
| POST | `/domains/transfers/in` | Create a domain transfer in. |
| PATCH | `/domains/transfers/in/{invoiceId}` | Confirm a domain transfer in |
| POST | `/domains/transfers/out` | Create a domain transfer out. |
| GET | `/domains/{domainId}` | Get a single domain by its unique ID. |
| DELETE | `/domains/{domainId}` | Delete a domain by its unique ID. |
| PATCH | `/domains/{domainId}/auto-renewal` | Update domain auto-renewal setting. |
| PATCH | `/domains/{domainId}/nameservers` | Update the registrar nameservers for the given domain. |
| PATCH | `/domains/{domainId}/nameservers/verification` | Verify which NS records are used and update the domain accordingly. |
| GET | `/domains/{domainId}/presets/google-workspace` | Get Google Workspace preset (Records) |
| POST | `/domains/{domainId}/presets/google-workspace` | Create Google Workspace preset (Records) |
| GET | `/domains/{domainId}/presets/icloud` | Get iCloud preset (Records) |
| POST | `/domains/{domainId}/presets/icloud` | Create iCloud preset (Records) |
| GET | `/domains/{domainId}/presets/mailgun` | Get Mailgun preset (Records) |
| POST | `/domains/{domainId}/presets/mailgun` | Create Mailgun preset (Records) |
| GET | `/domains/{domainId}/presets/outlook` | Get Outlook preset (Records) |
| POST | `/domains/{domainId}/presets/outlook` | Create Outlook preset (Records) |
| GET | `/domains/{domainId}/presets/proton-mail` | Get ProtonMail preset (Records) |
| POST | `/domains/{domainId}/presets/proton-mail` | Create ProtonMail preset (Records) |
| GET | `/domains/{domainId}/presets/zoho` | Get Zoho preset (Records) |
| POST | `/domains/{domainId}/presets/zoho` | Create Zoho Mail preset (Records) |
| GET | `/domains/{domainId}/records` | List DNS records for a given domain. |
| POST | `/domains/{domainId}/records/a` | Create a new A record for the given domain. |
| PUT | `/domains/{domainId}/records/a/{recordId}` | Update an existing A record for the given domain. |
| POST | `/domains/{domainId}/records/aaaa` | Create a new AAAA record for the given domain. |
| PUT | `/domains/{domainId}/records/aaaa/{recordId}` | Update an existing AAAA record for the given domain. |
| POST | `/domains/{domainId}/records/alias` | Create a new ALIAS record for the given domain. |
| PUT | `/domains/{domainId}/records/alias/{recordId}` | Update an existing ALIAS record for the given domain. |
| POST | `/domains/{domainId}/records/caa` | Create a new CAA record for the given domain. |
| PUT | `/domains/{domainId}/records/caa/{recordId}` | Update an existing CAA record for the given domain. |
| POST | `/domains/{domainId}/records/cname` | Create a new CNAME record for the given domain. |
| PUT | `/domains/{domainId}/records/cname/{recordId}` | Update an existing CNAME record for the given domain. |
| POST | `/domains/{domainId}/records/https` | Create a new HTTPS record for the given domain. |
| PUT | `/domains/{domainId}/records/https/{recordId}` | Update an existing HTTPS record for the given domain. |
| POST | `/domains/{domainId}/records/mx` | Create a new MX record for the given domain. |
| PUT | `/domains/{domainId}/records/mx/{recordId}` | Update an existing MX record for the given domain. |
| POST | `/domains/{domainId}/records/ns` | Create a new NS record for the given domain. |
| PUT | `/domains/{domainId}/records/ns/{recordId}` | Update an existing NS record for the given domain. |
| POST | `/domains/{domainId}/records/srv` | Create a new SRV record for the given domain. |
| PUT | `/domains/{domainId}/records/srv/{recordId}` | Update an existing SRV record for the given domain. |
| POST | `/domains/{domainId}/records/txt` | Create a new TXT record for the given domain. |
| PUT | `/domains/{domainId}/records/txt/{recordId}` | Update an existing TXT record for the given domain. |
| GET | `/domains/{domainId}/records/{recordId}` | Get a single DNS record for a given domain by record ID. |
| DELETE | `/domains/{domainId}/records/{recordId}` | Delete a DNS record for the given domain. |
| PATCH | `/domains/{domainId}/team` | Update domain team. |
| GET | `/domains/{domainId}/transfers/status` | Get domain transfer status. |
| GET | `/domains/{domainId}/zone` | Retrieve the DNS zone file for the given domain. |
| PUT | `/domains/{domainId}/zone` | Update the DNS zone for the given domain using the provided zone file content. All parsed records are imported and then the main domain document is returned. |

## Machine-readable artifacts (5)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/appwrite/refs/heads/main/openapi/appwrite-domains-api-openapi.yml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/appwrite/refs/heads/main/overlays/appwrite-domains-overlay.yaml
- **Documentation** — https://appwrite.io/docs
- **APIReference** — https://appwrite.io/docs/references
- **GitHubRepository** — https://github.com/appwrite/appwrite

## Other Appwrite APIs (12)

- [Appwrite Project API](https://apis.io/apis/appwrite/appwrite-project-api/)
- [Appwrite TablesDB API](https://apis.io/apis/appwrite/appwrite-tablesdb-api/)
- [Appwrite Account API](https://apis.io/apis/appwrite/appwrite-account-api/)
- [Appwrite Databases API](https://apis.io/apis/appwrite/appwrite-databases-api/)
- [Appwrite Messaging API](https://apis.io/apis/appwrite/appwrite-messaging-api/)
- [Appwrite Organizations API](https://apis.io/apis/appwrite/appwrite-organizations-api/)
- [Appwrite Users API](https://apis.io/apis/appwrite/appwrite-users-api/)
- [Appwrite PostgreSQL API](https://apis.io/apis/appwrite/appwrite-postgresql-api/)
- [Appwrite DocumentsDB API](https://apis.io/apis/appwrite/appwrite-documentsdb-api/)
- [Appwrite VectorsDB API](https://apis.io/apis/appwrite/appwrite-vectorsdb-api/)
- [Appwrite MySQL API](https://apis.io/apis/appwrite/appwrite-mysql-api/)
- [Appwrite MongoDB API](https://apis.io/apis/appwrite/appwrite-mongo-api/)

## Tags

Domains, DNS

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/appwrite/appwrite-domains-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/appwrite/.
