David

Results 1 comments of David

This curl returns 200 response with expected data: ```bash curl --location --request GET 'https://amplitude.com/api/2/taxonomy/event-property' \ --header 'Authorization: Basic MzcwNWMyNGVmMWY5OGMxM2Y3OGY4OTNmN2ZiNDQ5NjI6ZTIwNGMxMjA2ZTc2NDhkZDJjMTI5YjMwM2NlMGQ0OWE=' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'event_type=area_view' ``` I tried this:...