Authentication
All Public API endpoints use bearer tokens.User JWT bearer tokens
Use a user JWT when a person is acting in the Breezy dashboard, or when an integration must perform user-only actions such as API key management. User tokens can:- call your company’s customer API endpoints
- create, reveal, list, and delete API keys
- call user-only endpoints such as
/users/me
Service API keys
Use a Breezy API key for server-to-server automation.Header rules
- Send exactly one
Authorizationbearer token. - Never send API keys in query parameters.