GET
/
v1
/
groups
curl --request GET \
  --url https://api.amberflow.io/v1/groups \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "c553e4e0-d8a4-4af9-8386-0e788578d028",
      "created_at": "2024-09-23T00:00:00.000Z",
      "name": "Spot price customers",
      "bidding_zone": "NL"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

offset
integer
default:0

The offset of the query

limit
integer
default:10

The number of objects to return

Required range: x <= 100

Response

200
application/json
Successful Response

The response is of type object.