GET
/
api
/
v2
/
alerts
curl --request GET \
  --url https://api.chargeblast.com/api/v2/alerts
{
  "alerts": [
    {
      "provider": "<string>",
      "id": "<string>",
      "card": "<string>",
      "issuer": "<string>",
      "invoicedAt": "2023-11-07T05:31:56Z",
      "authCode": "<string>",
      "site": "<string>",
      "customerEmail": "<string>",
      "creditStatus": "<string>",
      "alertType": "<string>",
      "creditAppealed": true,
      "currency": "<string>",
      "reasonCode": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "merchantId": "<string>",
      "acquirerAction": "<string>",
      "alertId": "<string>",
      "amount": 123,
      "resolvedDate": "2023-11-07T05:31:56Z",
      "resolvedByApi": true,
      "externalOrder": "<string>",
      "externalUrl": "<string>",
      "creditNotes": "<string>",
      "arn": "<string>",
      "transactionDate": "2023-11-07T05:31:56Z",
      "customerId": "<string>",
      "descriptor": "<string>",
      "subprovider": "<string>",
      "cardBrand": "<string>",
      "responseAction": "<string>"
    }
  ],
  "page": 123,
  "per": 123,
  "total": 123
}

Query Parameters

page
integer | null

The starting page of the request. Default value of 0.

per
integer | null

How many objects to request per page. Default value of 10.

api_key
string
required

Your API key.

Response

200 - application/json
OK
alerts
object[]
required

Export alert details.

page
integer
required
per
integer
required
total
integer
required