v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get Event Types and Threshold Values

This route returns common event types and the associated threshold requirements and default values.

get/v3/subscription/eventtype

Response

200

idinteger
eventTypestring
descriptionstring
groupstring
isThresholdRequiredboolean
thresholdDescriptionstring
thresholdDefaultinteger

Example response

[
  {
    "id": 25,
    "eventType": "UpcomingSAQExpiration",
    "description": "Upcoming SAQ Expiration",
    "group": "PCI",
    "isThresholdRequired": true,
    "thresholdDescription": "Days Prior to PCI Expiration",
    "thresholdDefault": 30
  }
]