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>"
}
]Was this page helpful?