GET /v1/mail/free-tier
What a free mailbox is, and what it costs to provide.
પ્રમાણીકરણ
એપીઆઈ કી (API key) ને બેરર ટોકન તરીકે મોકલો. કી પાસે mail.view પરવાનગી હોવી આવશ્યક છે; તેના વગરની કીને 404 ને બદલે 403 સાથે અસ્વીકાર કરવામાં આવશે.
આ એન્ડપૉઇન્ટ કોઈ સંસ્થા આઈડી (organisation id) લેતું નથી. તમારી કી (key) પહેલેથી જ તે જે સંસ્થા સાથે સંબંધિત છે તેની ઓળખ કરે છે, અને પ્રતિસાદ (response) તે જ પૂરતો મર્યાદિત છે.
આયમાવો
કોઈપણ કૌંસમાં રહેલી બાબતને તમારા પોતાના મૂલ્યોથી બદલો અને કી પ્લેસહોલ્ડરને તમારા ડેશબોર્ડની કીથી બદલો.
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