אימות
שלח מפתח API כטוקן Bearer. נקודת קצה זו אינה מציינת הרשאת ספציפית במפרט, לכן הקצה למפתח שלך את המינימום הנדרש ובדוק את התגובה במקום להניח הנחות.
נקודת קצה זו אינה דורשת מזהה ארגון. המפתח שלך כבר מזהה את הארגון שאליו הוא שייך, והתגובה מוגבלת אליו בלבד.
נסה זאת
החלף כל דבר בסוגריים זוויתיים בערכים משלך, ואת מציין מיקום המפתח במפתח מלוח הבקרה שלך.
curl -X GET https://api.zinndigital.com/v1/seo/quota \
-H "Authorization: Bearer zdk_live_…"מחובר? קונסולת ה-API בלוח הבקרה שלך מזינה את מזהה הארגון האמיתי שלך ואת המפתח שלך, ומריצה את הבקשה מול ה-API הפיזי כך שתוכל לראות את התגובה בפועל. פתח נקודת קצה זו במסוף ה-API
פרטים
How many domain lookups this plan includes each day, how many are left, any purchased lookups still unspent, and what buying more costs. `can_look_up` is authoritative and is **not** the same as `remaining > 0`: an account that is suspended or unpaid may have lookups left and still not be permitted to spend them.
תשובה
| שם | סוג | נדרש | מה זה |
|---|---|---|---|
daily_allowance | integer | כן | Lookups included per day. `-1` means unlimited. |
used_today | integer | כן | Plan-funded lookups run since midnight UTC. |
plan_remaining | integer | לא | — |
top_up_remaining | integer | לא | Purchased lookups still unspent. These do not expire. |
remaining | integer | כן | — |
is_unlimited | boolean | לא | — |
can_look_up | boolean | כן | Whether a lookup would be permitted right now. **Not** the same as `remaining > 0`: a suspended or unpaid account may have lookups left and still be refused. |
in_good_standing | boolean | לא | — |
packs | object[] | כן | Packs of extra lookups available to buy. |
שגיאות שנקודה קצה זו עשויה להחזיר
401 · 403