Contact
Do you have any questions about the Developer Portal or our BRZ 365 API?
Consulting
Would you like to find out more about our interfaces and would you like a personal consultation? Book an appointment and we will help you.
Getting started
Our BRZ 365 APIs use an easy-to-use APIKey authentication to authenticate our callers and secure our API endpoints. To ensure high available, reliable and stable identity access management we use standard technologies and services and provide this through our BRZ 365 Administrator
To work with our BRZ 365 APIs you need to obtain an API-Key from our BRZ 365 Administrator. As a Administrator you can create a new API-Key under external applications ("Externe Anwendungen"), manage access and permissions for that API-Key.
To call our BRZ 365 API Endpoints you need additionally the organizationId (from your organization). This id can also obtained from our BRZ 365 Administrator.
Sample CURL Request:
curl 'https://api.brz365.eu/projectservice/v1/projects' \-H 'organizationId: <your organizationid>' \-H 'brz-apikey: <your api key>'
The above request gives you a list of projects inside the organization with the correspondig ID. Keep in mind the api-key needs also the Permission to "read" projects.-