mail

GET /v1/mail/free-tier

What a free mailbox is, and what it costs to provide.

모든 mail 엔드포인트

모든 개발자 문서

인증

Bearer 토큰으로 API 키를 전송하세요. 키는 반드시 mail.view 권한을 가지고 있어야 하며, 권한이 없는 키는 404가 아닌 403으로 거부됩니다.

이 엔드포인트는 조직 ID를 받지 않습니다. 사용자의 키가 이미 속한 조직을 식별하며, 응답은 해당 조직으로 한정됩니다.

무료 체험하기

대괄호 안에 있는 모든 내용을 사용자 지정 값으로 바꾸고, 키 플레이스홀더는 대시보드의 키로 바꾸세요.

curl -X GET https://api.zinndigital.com/v1/mail/free-tier \
  -H "Authorization: Bearer zdk_live_…"

로그인하셨나요? 대시보드의 API 콘솔이 실제 조직 ID와 본인의 키를 자동으로 채우고 라이브 API를 대상으로 요청을 실행하므로 실제 응답을 확인할 수 있습니다. API 콘솔에서 이 엔드포인트를 여세요

상세 정보

The free mailbox tier's quota, per-organization ceiling and derived capacity. Requires mail.view. ⭐ Published rather than written down. Every figure is computed from the measured relay capacity and the configured quota, so raising the quota lowers the mailbox count and raises the stated per-mailbox cost with no second edit. A screen or a pricing page that restated these numbers would be a second expression of the same arithmetic, and would go stale the first time the quota moved.

응답

이름유형필수설명
availablebooleanWhether free mailboxes are actually on offer. Two measured legs, not a switch. The first is "does mail land on our own relay" — true exactly when every mail hostname we…
unavailable_causestring<relay, headroom, >Which leg refused, so that two situations sharing one symptom stay distinguishable. relay means the mail hostnames are not ours — a routing decision. headroom means the relay…
reserve_percentintegerHow much of the relay is held back from the free tier for the mail somebody is paying for. Free and paid mailboxes share one disk, and the failure this prevents is a paying…
offerable_bytesintegerUsable storage less the reserve — what the free tier may draw on.
committed_bytesintegerStorage already promised to mailboxes on the relay — every mailbox, not only free ones, because a paid mailbox occupies the same disk.
headroom_bytesintegerOfferable storage still unpromised. Negative when the relay is oversubscribed.
unavailable_reasonstringWhy free mailboxes are not on offer, in a sentence an operator can act on. Empty when available is true. Names our own configuration rather than any supplier.
relay_zonestringThe apex of our own mail relay — the name available compares against.
quota_mbintegerPer-mailbox size of a free mailbox, in MB.
per_org_ceilingintegerHow many free mailboxes one organization may hold. A ceiling rather than a target, and the only term a customer can move — which is what stops the offer running away.
usable_bytesintegerMail-available storage on one relay node, measured rather than assumed.
node_monthly_eurintegerWhat one relay node costs per month.
mailboxes_per_nodeintegerHow many fully-used free mailboxes one node holds.
orgs_per_nodeintegerHow many organizations one node holds if every one fills its ceiling.
worst_case_cost_per_mailbox_eurnumberWhat a free mailbox costs per month, fully used. Worst case deliberately: a figure computed from average fill is a claim about customer behaviour dressed as a cost, and it is…

이 엔드포인트가 반환할 수 있는 오류

401 · 403 · 429