marketplace

GET /v1/marketplace/vendor/verification/documents/{document_id}/url

A short-lived URL that downloads one identity document.

Alle marketplace-eindpunten

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/marketplace/vendor/verification/documents/{document_id}/url \
  -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 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.

Parameters

NaamTypeVerplichtWat dit is
document_id (path)stringJa

Reactie

NaamTypeVerplichtWat dit is
urlstringJaCarries its own signature and is therefore a credential until it expires. Never log it, never store it.
methodstringJa
expires_atstringJa

Fouten die dit eindpunt kan retourneren

401 · 404 · 422