GET /v1/mail/free-tier
What a free mailbox is, and what it costs to provide.
توثيقِ شناخت
ایک بیرر ٹوکن کے طور پر ایک API کی بھیجیں۔ کی کے پاس mail.view اجازت ہونی چاہیے؛ اس کے بغیر کی کو 404 کے بجائے 403 کے ساتھ مسترد کر دیا جاتا ہے۔
یہ اینڈ پوائنٹ کوئی آرگنائزیشن آئی ڈی نہیں لیتا۔ آپ کی کلید پہلے ہی اس آرگنائزیشن کی شناخت کرتی ہے جس سے یہ تعلق رکھتی ہے، اور اس کا جواب اسی کے مطابق محدود ہوتا ہے۔
آزمائیں
کوئی بھی چیز جو زاویہ دار قوسین میں ہو اسے اپنی اقدار سے بدلیں، اور کلیدی پلیس ہولڈر کو اپنے ڈیش بورڈ کی کسی کلید سے بدلیں۔
curl -X GET https://api.zinndigital.com/v1/mail/free-tier \
-H "Authorization: Bearer zdk_live_…"لاگ ان ہیں؟ آپ کے ڈیش بورڈ میں موجود API کنسول آپ کی حقیقی تنظیم کی آئی ڈی اور آپ کی اپنی کلید خود بخود پُر کر دیتا ہے، اور لائیو 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.
جواب
| نام | قسم | لازمی | یہ کیا ہے |
|---|---|---|---|
available | boolean | ہاں | Whether 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_cause | string<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_percent | integer | ہاں | How 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_bytes | integer | ہاں | Usable storage less the reserve — what the free tier may draw on. |
committed_bytes | integer | ہاں | Storage already promised to mailboxes on the relay — every mailbox, not only free ones, because a paid mailbox occupies the same disk. |
headroom_bytes | integer | ہاں | Offerable storage still unpromised. Negative when the relay is oversubscribed. |
unavailable_reason | string | ہاں | Why 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_zone | string | ہاں | The apex of our own mail relay — the name available compares against. |
quota_mb | integer | ہاں | Per-mailbox size of a free mailbox, in MB. |
per_org_ceiling | integer | ہاں | How 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_bytes | integer | ہاں | Mail-available storage on one relay node, measured rather than assumed. |
node_monthly_eur | integer | ہاں | What one relay node costs per month. |
mailboxes_per_node | integer | ہاں | How many fully-used free mailboxes one node holds. |
orgs_per_node | integer | ہاں | How many organizations one node holds if every one fills its ceiling. |
worst_case_cost_per_mailbox_eur | number | ہاں | What 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