links
GET /v1/content/target-presets
The headless CMS products we can publish to, and what each can carry.
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/content/target-presets \
-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 catalogue the set-up screen offers — Payload, Strapi, Directus, Ghost, Shopify, Webflow and a custom endpoint — each with the capabilities that product actually supports and a hint telling the customer where to find their key. Gated on `links.view`. ⛔ The capability sets genuinely differ and are not decoration. Ghost is the only one with a first-class canonical-url field; Webflow claims almost nothing because a Webflow collection's fields are whatever the designer made them, and sending a field that does not exist is a validation error the customer cannot act on.
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
items | CmsPreset[] | Sim | — |
Erros que este endpoint pode retornar
401 · 403