GET
/
api
/
user_merchant_groups
curl --request GET \
  --url https://app.herondata.io/api/user_merchant_groups \
  --header 'x-api-key: <api-key>'
[
  {
    "custom_merchants": [],
    "pending_merchants": [],
    "rejected_merchants": []
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

group_id
string

The group_id of the merchant

Response

200 - application/json
OK

The response is of type object[].