reseller

GET /v1/reseller/vendor-policy

Whose SEO data accounts your clients' checks run on.

Tous les points de terminaison reseller

Toute la documentation pour développeurs

Authentification

Envoyez une clé API en tant que jeton du porteur. La clé doit posséder l'autorisation reseller.view ; une clé qui ne l'a pas est refusée avec le code 403, et non 404.

Où insérer l'ID de votre organisation

Cet point de terminaison prend org_id comme paramètre de requête. Omettez-le et l'appel couvrira l'ensemble de votre sous-arbre de location ; envoyez-le pour restreindre l'appel à une seule organisation.

L'identifiant de votre organisation se trouve sur l'écran des clés API de votre tableau de bord, à côté de la clé elle-même. Il s'agit du même identifiant pour chaque appel que vous effectuez.

Essayer

Remplacez tout ce qui se trouve entre crochets par vos propres valeurs, et le espace réservé à la clé par une clé de votre tableau de bord.

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

Connecté ? La console d'API de votre tableau de bord saisit votre véritable ID d'organisation ainsi que votre propre clé, et exécute la requête sur l'API de production afin que vous puissiez voir la réponse réelle. Ouvrir ce point de terminaison dans la console API

Détails

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.

Paramètres

NomTypeObligatoireQu'est-ce que c'est
org_id (query)UuidNonWhich 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…

Réponse

NomTypeObligatoireQu'est-ce que c'est
seo_data_modestring<own_keys, platform_pool>Ouiown_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_microsintegerOuiYour 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_bpsintegerOuiBasis points of the pool at which you are warned. 8000 = 80%.
client_overridesResellerClientVendorRow[]OuiEvery one of your clients, including those you have never capped — a client with no cap set appears with daily_lookup_cap: null.

Erreurs que cet point de terminaison peut renvoyer

401 · 403 · 404 · 429