curl --request GET \
--url https://app.herondata.io/api/user_merchant_groups \
--header 'x-api-key: <api-key>'
{
"custom_merchants": [],
"pending_merchants": [],
"rejected_merchants": []
}
curl --request GET \
--url https://app.herondata.io/api/user_merchant_groups \
--header 'x-api-key: <api-key>'
{
"custom_merchants": [],
"pending_merchants": [],
"rejected_merchants": []
}
The group_id of the merchant
OK
The response is of type object
.
Was this page helpful?