Autenticazione
Invia una chiave API come token di tipo bearer. La chiave deve disporre dell'autorizzazione sites.view; una chiave sprovvista di tale autorizzazione viene rifiutata con 403 anziché 404.
Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.
Provalo
Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.
curl -X GET https://api.zinndigital.com/v1/ai/reports \
-H "Authorization: Bearer zdk_live_…"Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API
Dettagli
Every AI product's written report, with the fixes it raised — AI Webmaster site reviews and AI Update Guard pre-flight checks alike, newest first, distinguished by `kind`. An empty `report` while `status` is `fulfilling` means the run is still going — it does **not** mean nothing was found, and a client must render the difference. A `failure_reason` means the run was refused and the charge refunded. Requires `sites.view`.
Risposta
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
data | AiReport[] | Sì | — |
Errori che questo endpoint può restituire
401 · 403 · 429