Create an Event Category

POST https://amplitude.com/api/2/taxonomy/category

Create an event category in your project.

Request Body

[{"name"=>"category_name", "value"=>"", "datatype"=>"null"}]

RESPONSES

status: OK

{"success":true}