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