curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes
[
{
"name": "<string>",
"description": "<string>"
}
]
curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes
[
{
"name": "<string>",
"description": "<string>"
}
]
List of event types
The response is of type object[]
.
Was this page helpful?