seo

POST /v1/seo/quota/top-up

Buy extra domain lookups.

Barcha seo yakuniy nuqtalari

Autentifikatsiya

API kalitini bearer token sifatida yuboring. Ushbu yakuniy nuqta spetsifikatsiyada ma'lum bir ruxsatni ko'rsatmaydi, shuning uchun kalitingizga eng kam kerakli huquqni bering va taxmin qilish o'rniga javobni tekshiring.

Bu yakuniy nuqta hech qanday tashkilot identifikatorini qabul qilmaydi. Sizning kalitingiz unga tegishli tashkilotni allaqachon aniqlaydi va javob shunga qarab cheklanadi.

Sinab ko'rish

Qavslardagi har qanday narsani o'z qiymatlaringiz bilan, kalit pleysxolderini эsa boshqaruv panelingizdagi kalit bilan almashtiring.

curl -X POST https://api.zinndigital.com/v1/seo/quota/top-up \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "quantity": <integer> }'

Tizimga kirganmisiz? Boshqaruv panelingizdagi API konsoli haqiqiy tashkilot ID raqamingiz va shaxsiy kalitingizni avtomatik to'ldiradi hamda haqiqiy javobni ko'rishingiz uchun so'rovni jonli API orqali bajaradi. Ushbu yakuniy nuqtani API konsolida oching

Tafsilotlar

Buys a pack of additional lookups, paid from the account credit balance. Purchased lookups do not expire and are spent only once the daily plan allowance is used up. Idempotent on the `Idempotency-Key` header: repeating a request with the same key returns the same purchase rather than buying a second pack. `422` when the pack size is not sold or the credit balance does not cover it — in which case nothing is charged at all.

Parametrlar

NomiTuriMajburiyNima bu
Idempotency-Key (header)stringYo'qCaller-supplied replay key. Strongly recommended: without one, a retried request buys a second pack.

Soʻrov tanasi

NomiTuriMajburiyNima bu
quantityintegerHaThe pack size to buy. Must be one offered by `GET /v1/seo/quota`.

Javob

NomiTuriMajburiyNima bu
daily_allowanceintegerHaLookups included per day. `-1` means unlimited.
used_todayintegerHaPlan-funded lookups run since midnight UTC.
plan_remainingintegerYo'q
top_up_remainingintegerYo'qPurchased lookups still unspent. These do not expire.
remainingintegerHa
is_unlimitedbooleanYo'q
can_look_upbooleanHaWhether 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_standingbooleanYo'q
packsobject[]HaPacks of extra lookups available to buy.

Ushbu yakuniy nuqta qaytarishi mumkin bo'lgan xatolar

401 · 403 · 422