links
GET /v1/content/target-presets
The headless CMS products we can publish to, and what each can carry.
Authenticatie
Stuur een API-sleutel mee als bearer token. Dit eindpunt vermeldt geen specifieke toestemming in de specificatie, dus geef uw sleutel de minimale rechten die nodig zijn en controleer het antwoord in plaats van zomaar wat aan te nemen.
Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.
Probeer het
Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.
curl -X GET https://api.zinndigital.com/v1/content/target-presets \
-H "Authorization: Bearer zdk_live_…"Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console
Details
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.
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
items | CmsPreset[] | Ja | — |
Fouten die dit eindpunt kan retourneren
401 · 403