marketplace
GET /v1/marketplace/vendor/verification/documents/{document_id}/url
A short-lived URL that downloads one identity document.
Autenticação
Envie uma chave de API como um token bearer. Este endpoint não especifica uma permissão específica na documentação, portanto, conceda à sua chave o mínimo necessário e verifique a resposta em vez de assumir.
Este endpoint não requer um ID de organização. Sua chave já identifica a organização à qual pertence, e a resposta é delimitada a ela.
Experimente
Substitua qualquer item entre colchetes por seus próprios valores e o espaço reservado para a chave por uma chave do seu painel.
curl -X GET https://api.zinndigital.com/v1/marketplace/vendor/verification/documents/{document_id}/url \
-H "Authorization: Bearer zdk_live_…"Conectado? O console da API no seu painel preenche o ID da sua organização real e a sua própria chave, e executa a requisição contra a API de produção para que você possa ver a resposta real. Abra este endpoint no console da API
Detalhes
⛔⛔ **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.
Parâmetros
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
document_id (path) | string | Sim | — |
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
url | string | Sim | Carries its own signature and is therefore a credential until it expires. Never log it, never store it. |
method | string | Sim | — |
expires_at | string | Sim | — |
Erros que este endpoint pode retornar
401 · 404 · 422