Get Event Property
GET https://amplitude.com/api/2/taxonomy/event-property?event_property
Gets an event property.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
event_property | null | Required. The event property name. |
Request Body
[{"name"=>"event_type", "value"=>"", "datatype"=>"null"}]
RESPONSES
status: OK
{"success":true,"data":{"event_property":"Shared","event_type":"Onboard Finish","description":"Whether user shared content.","type":"boolean","regex":null,"enum_values":null,"is_array_type":false,"is_required":false}}