0

I am using https://github.com/CleverTap/clevertap-server-api-examples to get clevertap events data in python but I am getting error HTTP Error 405: HTTP method POST is not supported by this URL

from python.api_v0.clevertap import CleverTap
clevertap = CleverTap('xxx-xxx-xxxx','xxx-xxx-xxxx')
query = {
    "event_name": "c_city_selected",
    "from": 20180610,
    "to": 20180611
}
res = clevertap.events(query)

1 Answer 1

1

https://github.com/CleverTap/clevertap-csv-download solved my problem. Just add the parameters as shown.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.