v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get Notifications

get/v3/subscription

Query parameters

echoboolean

Return response?

merchantIdinteger required

Merchant Id

limitinteger

How many records to return

offsetinteger

Which record to start with

Response

200

recordCountinteger

Example response

{
  "records": [
    {
      "id": 53791,
      "eventType": "PaymentFail",
      "eventDescription": "Decline",
      "merchantId": 110070419,
      "created": "2018-03-20T20:47:59.067Z",
      "modified": "2018-03-20T20:47:59.067Z",
      "phoneNumber": "8662102157",
      "thresholdDescription": "Decline Greater Than",
      "sendSMS": true,
      "Sources": "API"
    }
  ],
  "recordCount": 3
}