2

I need to integrate Postmates API in my ruby on rails application. I am constantly receiving an error of CAPTCHA when I hit the delivery quotes API The request is https://api.postmates.com/v1/customers/my_customer_id/delivery_quotes

error is

“Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.”

Do anybody have a solution for this error? how can get rid of this error?

Vishal
  • 7,113
  • 6
  • 31
  • 61

1 Answers1

0

If anyone facing this issue, you need to whitelist your IP address on postmates then only you can use postmates api without any security captcha.

you can contact any technical person from postmates support and white list your IP address.

Vishal
  • 7,113
  • 6
  • 31
  • 61