marketplace
GET /v1/marketplace/vendor/verification/documents/{document_id}/url
A short-lived URL that downloads one identity document.
Autenticazione
Invia una chiave API come bearer token. Questo endpoint non specifica un permesso specifico nella specifica, quindi assegna alla tua chiave i permessi minimi necessari e verifica la risposta invece di fare supposizioni.
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/marketplace/vendor/verification/documents/{document_id}/url \
-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 view is audit-logged**, including the seller's own view of their own passport. docs/82 §7a asks *"who looked at this document"*, and the honest answer includes the account holder — a support agent investigating an account takeover needs to know the documents were pulled, and from which session. The URL carries its own signature and is therefore a credential for its lifetime. Never log it, never store it.
Parametri
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
document_id (path) | string | Sì | — |
Risposta
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
url | string | Sì | Carries its own signature and is therefore a credential until it expires. Never log it, never store it. |
method | string | Sì | — |
expires_at | string | Sì | — |
Errori che questo endpoint può restituire
401 · 404 · 422