Create Event Type
POST https://amplitude.com/api/2/taxonomy/event
Creates an event type.
Note: You must initialize the schema before you can add event types via the API.
Request Body
[{"name"=>"event_type", "value"=>"", "datatype"=>"null"}, {"name"=>"category", "value"=>"", "datatype"=>"null"}, {"name"=>"description", "value"=>"", "datatype"=>"null"}]
RESPONSES
status: OK
{"success":true}