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
}
Get all the alerts from your chargeblast account.
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
}
The starting page of the request. Default value of 0.
How many objects to request per page. Default value of 10.
Your API key.
OK
The response is of type object
.