प्रमाणीकरण

एपिआई कुञ्जीलाई बियरर टोकन (bearer token) को रूपमा पठाउनुहोस्। कुञ्जीसँग 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.

प्रतिक्रिया

नामप्रकारआवश्यकयो के हो
availablebooleanहुन्छ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_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_percentintegerहुन्छ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_bytesintegerहुन्छUsable storage less the reserve — what the free tier may draw on.
committed_bytesintegerहुन्छStorage already promised to mailboxes on the relay — every mailbox, not only free ones, because a paid mailbox occupies the same disk.
headroom_bytesintegerहुन्छOfferable storage still unpromised. Negative when the relay is oversubscribed.
unavailable_reasonstringहुन्छ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_zonestringहुन्छThe apex of our own mail relay — the name available compares against.
quota_mbintegerहुन्छPer-mailbox size of a free mailbox, in MB.
per_org_ceilingintegerहुन्छ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_bytesintegerहुन्छMail-available storage on one relay node, measured rather than assumed.
node_monthly_eurintegerहुन्छWhat one relay node costs per month.
mailboxes_per_nodeintegerहुन्छHow many fully-used free mailboxes one node holds.
orgs_per_nodeintegerहुन्छHow many organizations one node holds if every one fills its ceiling.
worst_case_cost_per_mailbox_eurnumberहुन्छ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