EcoFlow Quota API
Read device property (quota) values and send device function commands
EcoFlow Quota API is one of 3 APIs that EcoFlow publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
Tagged areas include Quota. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.
This API exposes 3 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.
Requests are made against 2 base URLs: https://api.ecoflow.com, https://api-e.ecoflow.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 4
EcoFlow Quota API declares
4 security schemes
for authenticating requests.
An API key is passed in the header as accessKey (accessKey).
An API key is passed in the header as nonce (nonce).
An API key is passed in the header as timestamp (timestamp).
An API key is passed in the header as sign (sign).
By default, every request must be authenticated.
accessKey— Access key issued in the EcoFlow developer console.nonce— Random nonce (typically a 6-digit number) regenerated per request.timestamp— Unix timestamp in milliseconds at request time.sign— HMAC-SHA256 signature (hex) over the ASCII-sorted request parameters concatenated with accessKey, nonce and timestamp, keyed by the secretKey.
Paths & Operations 3
Across 2 paths, the API surfaces 3 operations — 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Read device property (quota) values and send device function commands
Schemas 6
The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are SetQuotaRequest (4 properties), GetQuotaRequest (2 properties), Envelope (2 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from EcoFlow 2
Other APIs EcoFlow publishes across the network.