If you’re getting CSRF error while querying one of our endpoint then this could be due to:
1. You’re sending a POST request to an endpoint that expects GET request.
2. You’re querying one of our API endpoint without authorization headers: X-Api-Key and X-Auth-Token: https://www.instamojo.com/developers/rest/#toc-conventions