curl --request GET \
--url https://app.herondata.io/api/merchants/groups \
--header 'x-api-key: <api-key>'
[
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
]
Get Merchant groups
curl --request GET \
--url https://app.herondata.io/api/merchants/groups \
--header 'x-api-key: <api-key>'
[
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
]
Ok
The response is of type object[]
.
Was this page helpful?