Skip to main content
The preezie API allows approved clients to integrate preezie capabilities into their applications.

Before you begin

To build an integration, you will need:
  • Tenant identifier (tenant-id) provided after the preezie tenant creation.
  • Npm preezie library installed (widget-sdk) found on (https://www.npmjs.com/package/@preezie/widget-sdk)
  • Access to a preezie API environment
  • Valid API key to use in the npm library (contact preezie to get a valid API key)
  • An HTTP client capable of sending JSON requests
Continue to Authentication to configure your credentials.