v1
latestOpenAPI 3.0.12026-07-26158956.2 KBAlerts
Fetch Alerts
Get all the alerts from your chargeblast account.
get/api/v2/alerts
Query parameters
filterstring nullable
The type of alerts to filter for, possible values: RDR, CDRN, Ethoca, TC40, SAFE
pageinteger nullable
The starting page of the request. Default value of 0.
perinteger nullable
How many objects to request per page. Default value of 10.
Headers
X-API-Keystring required
Your API key. Sent in the X-API-Key header.
Response
OK
Example response
{
"alerts": [
{
"attributes": {
"order_number": "#1533",
"processor_id": "proc_b381c83a9bc8a93"
}
}
]
}