get https://api.amberflow.io/api/v1/groups
Fetches customer groups from the database in a paginated way.
Log in to see full request history
Responses
Fetches customer groups from the database in a paginated way.
xxxxxxxxxx
curl --request GET \
--url https://api.amberflow.io/api/v1/groups \
--header 'accept: application/json'
xxxxxxxxxx
10{
"data": [
{
"id": "c553e4e0-d8a4-4af9-8386-0e788578d028",
"created_at": "2024-09-23T00:00:00.000Z",
"name": "Spot price customers",
"bidding_zone": "NL"
}
]
}