Audit a price
Authorizations
Authenticate with bearer you obtained from authentication endpoint.
Body
Flatpeak Device ID
"dev_63a6087272941ef077a8fd3e"
RFC 3339 timestamp marking the start of the data window, e.g. 2023-06-15T09:00:00Z or 2023-06-15T08:00:00+01:00; use either UTC or time offset—if offsets differ, end_time takes precedence.
"2023-06-15T09:00:00Z"
RFC 3339 timestamp marking the end of the data window, e.g. 2023-06-15T13:00:00Z or 2023-06-15T12:00:00+01:00; use either UTC or time offset—if offsets differ, end_time takes precedence; max range is 90 days.
"2023-06-15T23:00:00Z"
Response
200 OK: a detailed breakdown of how the energy price was calculated.
Flatpeak unique object ID for this response.
^[a-z]{2,4}_[A-Za-z0-9]+$"tra_65e42cdd73e9f861edda35d7"
Object type.
price_audit "price_audit"
Flatpeak location ID.
^[a-z]{2,4}_[A-Za-z0-9]+$"loc_65e42ce4d3b813479b252160"
Flatpeak Account ID.
^[a-z]{2,4}_[A-Za-z0-9]+$"acc_661677911f2197045e6cf1b1"
Set to true if the object exists in live mode, otherwise false.
The timezone at the location, in 'tz database format'. I.e. 'Europe/Berlin'.
"Europe/Berlin"
Currency at the location in ISO 4217.
^[A-Z]{3}$"EUR"
Response data.
Time when this response was calculated. In UTC.
"2024-05-24T15:15:22Z"
Flatpeak device ID.
^[a-z]{2,4}_[A-Za-z0-9]+$"dev_63a6087272941ef077a8fd3e"
Direction of energy flow this applies to. IMPORT (from grid) or EXPORT (to grid).
IMPORT, EXPORT "IMPORT"
Time the underlying rates were last refreshed (distinct from time_created, which is when this response was generated). RFC3339.
"2024-05-25T15:15:22Z"

