Returns all available event types.
curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"description": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/eventTypes \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"description": "<string>"
}
]