Vendu Developers
OverviewAPI ReferenceConsoleChangelog
StatusGitHubGet API Key

API Console

Try read endpoints against the real API with your own vk_live_ key. No data is stored or logged by this page.

Privacy: Your API key is held in JavaScript memory only. It is sent directly to api.vendu.app in the Authorization header — never to Vendu's Next.js server. Refreshing the page clears the key. Only read-only (GET) endpoints are available here.

Get a key at Dashboard → Settings → Developers. The key is never sent to Vendu servers — only directly to api.vendu.app.

Paginated list of orders, sorted by created_at desc.

Parameters

curl preview

curl "https://api.vendu.app/api/v1/orders" \
  -H "Authorization: Bearer <your-key>" \
  -H "Accept: application/json"

Response

Response will appear here
Want to try without your own key? A public sandbox tenant with pre-seeded data (playground.vendu.app) is on the roadmap — it requires provisioning a dedicated sub-tenant, seed data, and an ephemeral reset cron. See docs/BLOCKERS.md for the tracking entry.
Vendu Developer Portal
OverviewAPI ReferenceConsoleChangelogStatusTerms