links
GET /v1/link-targets/{targetId}
One target, and which of the customer's sites link to it.
Autenticação
Envie uma chave de API como um token bearer. Este endpoint não especifica uma permissão específica na documentação, portanto, conceda à sua chave o mínimo necessário e verifique a resposta em vez de assumir.
Este endpoint não requer um ID de organização. Sua chave já identifica a organização à qual pertence, e a resposta é delimitada a ela.
Experimente
Substitua qualquer item entre colchetes por seus próprios valores e o espaço reservado para a chave por uma chave do seu painel.
curl -X GET https://api.zinndigital.com/v1/link-targets/{targetId} \
-H "Authorization: Bearer zdk_live_…"Conectado? O console da API no seu painel preenche o ID da sua organização real e a sua própria chave, e executa a requisição contra a API de produção para que você possa ver a resposta real. Abra este endpoint no console da API
Detalhes
The middle drill-down: *"you link to this domain 643 times — here are the 201 sites it comes from"*. Each row carries that site's own link and post counts and when it was last scanned.
Parâmetros
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
targetId (path) | Uuid | Sim | Link target ID (UUIDv7). |
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
target | LinkTarget | Sim | A domain the customer's sites link out to — one row of the report. |
sites | LinkTargetSite[] | Sim | Which of the customer's own sites link here, biggest first. |
Erros que este endpoint pode retornar
401 · 403 · 404