API Documentation
Introduction
Understand the Brewit API and how to use it to interact with your data.
Base URL
The Brewit API is built on REST principles and uses HTTPS for secure communication. We do not support HTTP.
The base URL for the Brewit API is
API keys
You can generate API keys in your worksapce settings. In many endpoints, you will need to add Authorization
header with {API_KEY}
to authenticate the user.
Was this page helpful?