GET
/
v1
/
notifications
curl --request GET \
  --url https://api.sandbox.hit-pay.com/v1/notifications \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
[
  {
    "event": "customer_receipt",
    "channel": "email"
  },
  {
    "event": "daily_collection",
    "channel": "email"
  },
  {
    "event": "daily_collection",
    "channel": "push_notification"
  },
  {
    "event": "daily_payout",
    "channel": "email"
  },
  {
    "event": "incoming_payment",
    "channel": "email"
  },
  {
    "event": "incoming_payment",
    "channel": "push_notification"
  },
  {
    "event": "new_order",
    "channel": "email"
  },
  {
    "event": "new_order",
    "channel": "push_notification"
  },
  {
    "event": "mall_gto_sync",
    "channel": "email"
  }
]

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Response

200 - application/json
200

The response is of type object[].