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/domains/checked \
-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
Newest first, one row per domain, with the figures and the date attached. ⭐ This is V1's `DomainList` without a list model: every check stores a snapshot, so the domains you have looked at already are the collection. A second table would be a second place a domain can be remembered, drifting from the first the moment anyone adds a field. ⛔ Gated on the same two entitlements as the check itself (`domain_checker` + `majestic_metrics`). The stored list is still the paid product, and gating only the path that spends money would leave a downgraded organisation browsing its candidate list indefinitely.
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
items | DomainSeoMetrics[] | Ja | — |
total | integer | Ja | — |
Fouten die dit eindpunt kan retourneren
401 · 403