Skip to main content
GET
/
domains
/
{public_id}
/
zone-file
Download a domain as a zone file
curl --request GET \
  --url https://app.sendmux.ai/api/v1/domains/{public_id}/zone-file \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.

Path Parameters

public_id
string
required

Domain public ID

Response

Zone file (text/plain)

The response is of type string.