cURL
curl --request POST \ --url https://api.amberflow.io/v1/groups \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "Spot price customers", "bidding_zone": "NL" }'
{ "id": "c553e4e0-d8a4-4af9-8386-0e788578d028", "created_at": "2024-09-23T00:00:00.000Z", "name": "Spot price customers", "bidding_zone": "NL" }
Creates a group.
"Spot price customers"
NL
"NL"
Successful Response
"c553e4e0-d8a4-4af9-8386-0e788578d028"
"2024-09-23T00:00:00.000Z"