visibility

GET /v1/visibility/targets/{targetId}/backlink-links

The individual inbound links for a watched domain.

Tous les points de terminaison visibility

Authentification

Envoyez une clé d'API en tant que jeton du porteur (bearer token). Cet endpoint n'indique pas de permission spécifique dans la spécification, attribuez donc à votre clé le minimum requis et vérifiez la réponse plutôt que de faire des suppositions.

Cet endpoint ne prend aucun identifiant d'organisation. Votre clé identifie déjà l'organisation à laquelle elle appartient, et la réponse y est limitée.

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/visibility/targets/{targetId}/backlink-links \
  -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

The per-link table behind the backlink counts: which page links to you, with what anchor text, how strong that page and its domain are, and whether the link is new, lost or broken. The aggregate profile answers *how many*; this answers *which*. Included with the backlink monitoring the plan already carries — there is no separate add-on to buy. `403` when the plan does not include backlink monitoring, and also when the account is not in good standing, because this endpoint spends money with the data provider at the moment it is called rather than reading a stored row. The page size is **not** a query parameter. It is derived in the adapter from the provider's measured price table, because it is a spend decision rather than a display preference: the provider charges a fixed fee per request plus a much smaller amount per row returned, so one large page costs barely more than one small page and paginating in small steps pays the fixed fee every time. `total` and `showing` are both returned and they are different facts. A response carrying only the list reads as complete however few rows it holds, so a caller that cannot say "showing 100 of 40,000" would present a page as the whole profile. Every rank and score is nullable. `null` means the provider gave no reading; `0` means it measured one and it is zero. A missing reading rendered as `0` makes a whole column of links look worthless when they are merely unmeasured.

Paramètres

NomTypeObligatoireQu'est-ce que c'est
targetId (path)UuidOuiThe watched domain's id.

Réponse

NomTypeObligatoireQu'est-ce que c'est
domainstringOui
linksBacklinkLink[]Oui
totalintegerNonHow many links exist in total. `null` when the provider did not say.
showingintegerOuiHow many rows this page holds — always stated beside `total`.
measured_atstringOui

Erreurs que cet point de terminaison peut renvoyer

401 · 403 · 404 · 422