marketplace
GET /v1/marketplace/vendor/verification/documents/{document_id}/url
A short-lived URL that downloads one identity document.
Authentifizierung
Senden Sie einen API-Schlüssel als Bearer-Token. Dieser Endpunkt gibt in der Spezifikation keine spezifische Berechtigung an. Versehen Sie Ihren Schlüssel daher mit den minimal erforderlichen Rechten und prüfen Sie die Antwort, anstatt Annahmen zu treffen.
Dieser Endpunkt erfordert keine Organisations-ID. Ihr Schlüssel identifiziert bereits die zugehörige Organisation, und die Antwort ist entsprechend eingeschränkt.
Ausprobieren
Ersetzen Sie alles in spitzen Klammern durch Ihre eigenen Werte und den Platzhalter für den Schlüssel durch einen Schlüssel aus Ihrem Dashboard.
curl -X GET https://api.zinndigital.com/v1/marketplace/vendor/verification/documents/{document_id}/url \
-H "Authorization: Bearer zdk_live_…"Angemeldet? Die API-Konsole in Ihrem Dashboard trägt automatisch Ihre echte Organisations-ID sowie Ihren eigenen Schlüssel ein und führt die Anfrage gegen die Live-API aus, sodass Sie die tatsächliche Antwort sehen können. Öffnen Sie diesen Endpunkt in der API-Konsole
Details
⛔⛔ **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.
Parameter
| Name | Typ | Erforderlich | Was es ist |
|---|---|---|---|
document_id (path) | string | Ja | — |
Antwort
| Name | Typ | Erforderlich | Was es ist |
|---|---|---|---|
url | string | Ja | Carries its own signature and is therefore a credential until it expires. Never log it, never store it. |
method | string | Ja | — |
expires_at | string | Ja | — |
Fehler, die dieser Endpunkt zurückgeben kann
401 · 404 · 422