marketplace
GET /v1/marketplace/listings/{listing_id}/reveal
The identifying value behind the mask (authenticated).
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/listings/{listing_id}/reveal \
-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
docs/83 §3. The masking rule is "not signed in", and a crawler is never signed in — so this is a SEPARATE authenticated endpoint rather than a richer variant of the public page. A user-agent branch would be cloaking, and the penalty lands on the whole storefront. ⚠️ Today the gate is "signed in". M4 tightens it to "has bought" when orders exist; that is the honest state rather than the final one.
Parâmetros
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
listing_id (path) | string | Sim | — |
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
listing_id | string | Sim | — |
field_key | string | Sim | — |
value | string | Sim | — |
Erros que este endpoint pode retornar
401 · 404