links

GET /v1/link-targets/{targetId}/placements

Every link to this target, in every post, with its occurrence count.

Všechny koncové body links

Autentizace

Odešlete klíč API jako bearer token. Tento koncový bod ve specifikaci uvádí specifické oprávnění, takže svému klíči udělte to nejmenší možné a místo předpokladů zkontrolujte odpověď.

Tento koncový bod nevyžaduje žádné ID organizace. Váš klíč již identifikuje organizaci, ke které patří, a odpověď je na ni omezena.

Vyzvednout

Nahraďte cokoli v závorkách vlastními hodnotami a zástupný symbol klíče klíčem z vašeho řídicího panelu.

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

Přihlášeni? Konzole API ve vašem dashboardu automaticky doplní vaše skutečné ID organizace i váš vlastní klíč a odešle požadavek na živé API, abyste viděli reálnou odpověď. Otevřete tento koncový bod v konzoli API

Podrobnosti

The deepest drill-down, and the input the bulk editor will act on. ⭐ Each row carries the **whole `<a>` tag**, not just the href and the text. That is deliberate and it is what makes *"edit the links in full"* safe: an edit rewrites the href and the text **inside the existing tag**, so `rel`, `target` and the theme's classes survive instead of being flattened.

Parametry

NázevTypPožadovánoCo to je
targetId (path)UuidAnoLink target ID (UUIDv7).
site_id (query)stringNeOnly the links on this one site.
limit (query)integerNe
offset (query)integerNe

Odpověď

NázevTypPožadovánoCo to je
itemsLinkPlacement[]Ano
totalintegerAno
offsetintegerAno
limitintegerAno
has_morebooleanAno

Chyby, které může tento koncový bod vrátit

401 · 403 · 404