The playground
Try any of 2165 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/therealreal/v1/products/batch2 credits
Up to 50 listings in ONE upstream call, by slug — the shape a catalogue refresh or a price/availability watcher should use instead of 50 separate detail calls. Slugs that no longer resolve come back in `not_found` rather than failing the call.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/therealreal/v1/products/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"slugs":"[\"hermes-2011-clemence-birkin-30-wlkvl\",\"hermes-alligator-birkin-30-vh8n9\",\"hermes-togo-leather-birkin-30-v14oc\"]"}'Hit Send to run this endpoint live.