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

Response

200 - application/json
description
string
required
name
string
required