Breezy uses bearer token-based authentication and authorization.
All API requests will need to include two custom headers with each request to the API.
partner-api-key- this partner token will be provided to you by the Breezy Partner team
Authorization - this token is the customer's API key. Depending on the partner this may be obtained in the integrations section of the application or given to them by the Breezy Support team.
Here is an example of how to include the custom headers in an HTTP request:
GET / HTTP/1.1
Authorization: 00000000-0000-0000-0000-000000000000
partner-api-key: 00000000-0000-0000-0000-000000000000You must replace
00000000-0000-0000-0000-000000000000with each corresponding access token.
See https://developer.breezy.hr/for all available endpoints