Get Event Type

GET {{baseUrl}}/api/v1/event-type/:event_type_name

Get an event type.

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"createdAt":"2001-11-18T21:36:45.749Z","description":"A user has signed up","name":"user.signup","updatedAt":"2003-10-27T07:53:05.557Z","archived":false,"schemas":{"1":{"description":"An invoice was paid by a user","properties":{"invoiceId":{"description":"The invoice id","type":"string"},"userId":{"description":"The user id","type":"string"}},"required":["invoiceId","userId"],"title":"Invoice Paid Event","type":"object"}},"featureFlag":"cool-new-feature"}