domains
GET /v1/domains/{domainId}/seo-metrics/history
A domain's authority readings over time.
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/{domainId}/seo-metrics/history \
-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
Every stored reading for this domain, **oldest first** — the trend behind the current number. Free to call; it reads stored rows and never contacts the provider. Readings where the provider had never seen the domain are included with `null` metrics rather than dropped, because the gap is real: hiding it would draw a smooth trend through a month in which there was genuinely no data.
Parameters
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
domainId (path) | Uuid | Ja | The domain's id. |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
fqdn | string | Ja | — |
points | object[] | Ja | — |
Fouten die dit eindpunt kan retourneren
401 · 403 · 404