GET
/
v4
/
events
curl --request GET \
  --url https://api.kadoa.com/v4/events \
  --header 'x-api-key: <api-key>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "schema": {}
  }
]

Authorizations

x-api-key
string
header
required

Response

200
application/json
List of available events
name
string

The name of the event

description
string

A brief description of the event

schema
object

The schema of the event payload