API Reference v1
cURL
curl --request GET \ --url https://api.nomos.energy/subscriptions/{id}/meter_readings \ --header 'Authorization: Bearer <token>'
{ "object": "list", "items": [ { "object": "meter_reading", "id": "mr_rocbrf1u5e48mm0reeqoag90", "customer": "cus_a8n8ol7yd4h0wohx824f0bui", "subscription": "sub_rocbrf1u5e48mm0reeqoag90", "meter": "mtr_azk4zue2ijx4ff1dbjt14m5h", "value": 150, "timestamp": "2023-11-07T05:31:56Z", "type": "customer_report", "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieve all meter readings for a subscription
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"sub_ig1f5x45789r3ax7dlfff4q4"
list
Show child attributes
meter_reading
The unique identifier for the meter reading
"mr_rocbrf1u5e48mm0reeqoag90"
The unique identifier for the customer
"cus_a8n8ol7yd4h0wohx824f0bui"
The unique identifier for the subscription
"sub_rocbrf1u5e48mm0reeqoag90"
The unique identifier for the meter
"mtr_azk4zue2ijx4ff1dbjt14m5h"
The value of the meter reading
150
Timestamp get's always adjusted to the start of the day in Europe/Berlin
The type of the meter reading
customer_report
grid_reading
grid_estimation
"customer_report"
Was this page helpful?