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>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?