visibility

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

The individual inbound links for a watched domain.

सभी visibility एंडपॉइंट्स

प्रमाणन

एक बीयर टोकन के रूप में एक API कुंजी भेजें। यह एंडपॉइंट विनिर्देश में किसी विशिष्ट अनुमति का उल्लेख नहीं करता है, इसलिए अपनी कुंजी को न्यूनतम आवश्यकता दें और अनुमान लगाने के बजाय प्रतिक्रिया की जाँच करें।

यह एंडपॉइंट कोई संगठन आईडी नहीं लेता है। आपकी कुंजी पहले से ही उस संगठन की पहचान करती है जिससे वह संबंधित है, और प्रतिक्रिया उसी के दायरे में है।

इसे आज़माएँ

कोणार्कित ब्रैकेट्स में दी गई किसी भी चीज़ को अपने मानों से बदलें, और की प्लेसहोलर को अपने डैशबोर्ड की एक की से बदलें।

curl -X GET https://api.zinndigital.com/v1/visibility/targets/{targetId}/backlink-links \
  -H "Authorization: Bearer zdk_live_…"

साइन इन हैं? आपके डैशबोर्ड में मौजूद API कंसोल आपकी वास्तविक संगठन आईडी और आपकी अपनी कुंजी स्वतः भर देता है, और लाइव API के विरुद्ध अनुरोध चलाता है ताकि आप वास्तविक प्रतिक्रिया देख सकें। इस एंडपॉइंट को API कंसोल में खोलें

विवरण

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.

पैरामीटर

नामप्रकारआवश्यकयह क्या है
targetId (path)UuidहाँThe watched domain's id.

प्रतिक्रिया

नामप्रकारआवश्यकयह क्या है
domainstringहाँ
linksBacklinkLink[]हाँ
totalintegerनहींHow many links exist in total. `null` when the provider did not say.
showingintegerहाँHow many rows this page holds — always stated beside `total`.
measured_atstringहाँ

त्रुटियाँ जो यह एंडपॉइंट लौटा सकता है

401 · 403 · 404 · 422