events
Gets the list of event types
GET
/
eventTypes
Authorization
curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes
[
{
"description": "<string>",
"name": "<string>"
}
]
Response
200 - application/json
description
string
requiredname
string
requiredWas this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes
[
{
"description": "<string>",
"name": "<string>"
}
]