visibility
GET /v1/visibility/targets/{targetId}/backlink-links
The individual inbound links for a watched domain.
احراز هویت
یک کلید API را به عنوان یک توکن برbearer ارسال کنید. این نقطه پایانی مجوز خاصی را در مشخصات خود ذکر نمیکند، بنابراین به جای فرض کردن، حداقل نیازهای کلید خود را بدهید و پاسخ را بررسی کنید.
این نقطه پایانی هیچ شناسه سازمانی را دریافت نمیکند. کلید شما در حال حاضر سازمان مربوطه را مشخص میکند و پاسخ در همان محدوده ارائه میشود.
امتحان کنید
هر چیزی را که داخل براکتهای زاویهدار قرار دارد با مقادیر خودتان جایگزین کنید، و نگهدارنده کلید را با کلیدی از داشبورد خود جایگزین نمایید.
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. |
پاسخ
| نام | نوع | الزامی | چیست |
|---|---|---|---|
domain | string | بله | — |
links | BacklinkLink[] | بله | — |
total | integer | خیر | How many links exist in total. `null` when the provider did not say. |
showing | integer | بله | How many rows this page holds — always stated beside `total`. |
measured_at | string | بله | — |
خطاهایی که این نقطه پایانی میتواند برگرداند
401 · 403 · 404 · 422