Meter API Overview
The Meter API provides a set of endpoints to interact with energy metering data. It allows you to retrieve information about customers, installations, meters, and time series data, enabling seamless integration of energy data into your applications. Below is a high-level overview of the key endpoints and functionalities available in the Meter API.
Key Features
- Meter readings: Retrieve meters readings for spesific meters or installations.
- Customer information: Retrieve information about customers, including details of all customers within your scope.
- Installation information: Retrieve information about installations, and manage labels for the installation.
- Meter information: Retrieve details about installed meters, and manage labels for the meters.
Base URL
The base URL of the API is
https://api.ainsite.io/metering
Errors
The API uses conventional HTTP response codes to indicate the success or failure of an API request. Codes starting with 2XX
indicate success. Codes staring with 4XX
indicate an error that occoured due to given information. Codes starting with 5XX
indicate errors in our services.
Further Documentation
For detailed technical specifications of each endpoint, refer to our Swagger Documentation. It includes information on parameters, response formats, and error codes for each endpoint.
Questions or Issues?
If you encounter any issues or have questions, feel free to contact our support team. We are here to help you get the most out of the Meter API.