GET
/
v5
/
notifications
/
event-types
Retrieve all available notification event types
curl --request GET \
  --url https://api.kadoa.com/v5/notifications/event-types \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "eventTypes": [
      {
        "type": "<string>",
        "category": "<string>",
        "description": "<string>",
        "version": "<string>",
        "schema": {}
      }
    ]
  },
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json

Event types retrieved successfully

The response is of type object.