Get all Event Types
GET https://amplitude.com/api/2/taxonomy/event
Retrieves all event types in a project. There are no required parameters for this request.
RESPONSES
status: OK
{"success":true,"data":[{"event_type":"ce:Event 2","category":{"name":"Conversion"},"description":null},{"event_type":"ce:Event1","category":{"name":"Attribution"},"description":null}]}