Skip to main content
GET
/
eventTypes
Get event types
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/eventTypes \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of event types

name
string
required
description
string
required