curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"description": "<string>"
}
]curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"description": "<string>"
}
]Was this page helpful?