CORE API
This API documentation describes the technical specification to get access to the be.ENERGISED platform by using RESTful services.
Quickstart
Prerequisites:
You should issue a token in your admin panel, the image below is shown where you can get one.
Endpoints
Here you can click on the link and see list of API.
Warning
As Mandant you should consider changing the base URL of the document link.
Link: API reference
Conventions
The Core API follows a small set of naming, formatting and error conventions that apply across the entire surface. Reading this page first will help you predict how each endpoint behaves before you open the spec.
Link: Core API conventions
Known limitations
A few v1 endpoints carry contracts that are stricter or more
permissive than they look at first glance (string-encoded booleans,
path parameters that accept either a UUID or a numeric ID, and a
handful of identifier fields that may be null). The page below
lists them so you can code defensively against them.
Link: Known limitations of the v1 Core API