reseller

GET /v1/reseller/vendor-policy

Whose SEO data accounts your clients' checks run on.

Всички крайни точки в reseller

Всички документи за разработчици

Упълномощаване

Изпратете API ключ като токен за носене. Ключът трябва да притежава разрешението reseller.view; ключ без него се отхвърля с 403, а не с 404.

Където отива идентификаторът на вашата организация

Този ендпойнт приема org_id като параметър на заявката. Оставете го празен и извикването ще обхване цялото ви поддървано дърво; изпратете го, за да ограничите извикването до една организация.

ИД на вашата организация се намира на екрана с API ключове във вашето табло за управление, до самия ключ. Това е същият ИД във всяко заявка, която правите.

Опитайте

Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.

curl -X GET https://api.zinndigital.com/v1/reseller/vendor-policy \
  -H "Authorization: Bearer zdk_live_…"

Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в API конзолата

Детайли

Your choice of running client SEO and indexing data on your own Majestic / DataForSEO keys — which costs you nothing with us — or on Zinn®'s accounts as a metered monthly add-on. client_overrides lists every one of your clients with the cap you have set for them; a client you have never touched appears with daily_lookup_cap: null, meaning they get whatever their plan grants. monthly_pool_micros is read-only: it is a commercial term of your programme, and null means no pool has been set at all — which is unbounded, not zero. Requires reseller.view.

Параметри

ИмеТипЗадължителноКакво представлява
org_id (query)UuidНеWhich of your organizations this applies to. Required only when you belong to more than one here — otherwise it is inferred, and an id outside your direct memberships is a 404…

Отговор

ИмеТипЗадължителноКакво представлява
seo_data_modestring<own_keys, platform_pool>Даown_keys runs client SEO and indexing lookups on credentials you connect yourself and is free of charge from us. platform_pool runs them on Zinn®'s accounts against your…
monthly_pool_microsintegerДаYour monthly allowance of Zinn-funded vendor spend, in USD micros (1,000,000 = $1). Read-only — it is a commercial term of your programme. null means no pool has been set,…
alert_at_bpsintegerДаBasis points of the pool at which you are warned. 8000 = 80%.
client_overridesResellerClientVendorRow[]ДаEvery one of your clients, including those you have never capped — a client with no cap set appears with daily_lookup_cap: null.

Грешки, които този крайpoint може да върне

401 · 403 · 404 · 429