mail

GET /mail/config-v1.1.xml

Thunderbird auto-setup (discovery).

All mail endpoints

All developer docs

Authentication

This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.

This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.

Try it

Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.

curl -X GET https://api.zinndigital.com/mail/config-v1.1.xml

Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console

Details

The Mozilla clientConfig document for a domain, so Thunderbird configures itself from the address alone. Unauthenticated by protocol. It is about the provider, not the mailbox, and contains no address at all — which is what makes it safe to serve to an anonymous caller. ?domain= is accepted as well as ?emailaddress=, because Thunderbird's MX-derived lookup arrives with no address and that is the route needing no record in the customer's own zone.

Parameters

NameTypeRequiredWhat it is
emailaddress (query)stringNo
domain (query)stringNo

Errors this endpoint can return

404 · 429