Skip to main content
GET
/
v1
/
metadata
/
v1
/
event-rules
Get Event Rules
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/metadata/v1/event-rules \
  --header 'Authorization: <api-key>'
[
  {
    "EventRuleId": 123,
    "EventRuleName": "<string>",
    "EventCode": 123,
    "EventSource": 123,
    "EvetnCategoryId": 123,
    "GroupCategoryId": 123,
    "EventRuleStatusId": 123,
    "EventDescription": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Response

200 - application/json

A list of event rules currently configured in the system.

EventRuleId
integer<int64>

The unique identifier for the event rule.

EventRuleName
string | null

The name of the event rule.

EventCode
integer<int32>

The code representing the type of event associated with this rule.

EventSource
integer<int32> | null

The source from which the event originates.

EvetnCategoryId
integer<int32>

The category identifier associated with the event.

GroupCategoryId
integer<int32>

The group category identifier associated with the event.

EventRuleStatusId
integer<int32> | null

The status identifier of the event rule, indicating whether it is active or inactive.

EventDescription
string | null

A textual description of the event rule.