marketplace
GET /v1/marketplace/listings/{listing_id}/reveal
The identifying value behind the mask (authenticated).
Autentificare
Trimiteți o cheie API ca token de tip bearer. Acest punct final nu specifică o permisiune anume în specificație, așa că acordați cheii cele mai puține drepturi necesare și verificați răspunsul în loc să faceți presupuneri.
Acest endpoint nu necesită un ID de organizație. Cheia ta identifică deja organizația căreia îi aparține, iar răspunsul este limitat la aceasta.
Încearcă
Înlocuiți tot ce se află între paranteze unghiulare cu propriile valori și substituentul cheie cu o cheie din tabloul de bord.
curl -X GET https://api.zinndigital.com/v1/marketplace/listings/{listing_id}/reveal \
-H "Authorization: Bearer zdk_live_…"Autentificat? Consola API din panoul de control îți completează ID-ul real al organizației și propria cheie și rulează cererea în API-ul live, astfel încât să poți vedea răspunsul efectiv. Deschideți acest punct final în consola API
Detalii
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.
Parametri
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
listing_id (path) | string | Da | — |
Răspuns
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
listing_id | string | Da | — |
field_key | string | Da | — |
value | string | Da | — |
Erori pe care le poate returna acest punct final
401 · 404