GET
/
api
/
merchants
/
groups
curl --request GET \
  --url https://app.herondata.io/api/merchants/groups \
  --header 'x-api-key: <api-key>'
[
  {
    "description": "<string>",
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json
Ok

The response is of type object[].