Getting Started

Vendo API consists of Storefront API and Platform API, both sharing the same JSON API format.

Storefront API

  • Designed for building Storefronts, mobile apps, and POS
  • Public API with user authentication for selected resources (Account, Orders, etc)

Platform API

  • OAuth 2.0 authentication
  • Designed for building an application to application integration (warehouse management systems, ERPs, etc)
  • Permission sets based access to resources
  • Access any resource on the Vendo platform and perform any action
  • Can be accessed by apps, admin users, and vendor users (limited access to vendor resources only)

📘

Both APIs share the same fundamentals and philosophy.