Skip to main content
GET
/
audit
/
event-types
cURL
curl --request GET \
  --url http://localhost:3000/audit/event-types \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Default Response

The response is of type object.