GET
/
eventTypes
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/eventTypes
[
  {
    "name": "<string>",
    "description": "<string>"
  }
]

Response

200
application/json
List of event types
name
string
required
description
string
required