Questions tagged [postmates]

Integrate a world-class local delivery platform into your app using the Postmates API.

Using the Postmates Delivery API, developers can integrate our on-demand local delivery platform into their applications. The API is designed to allow application developers to check prices, schedules, book a delivery, then follow updates on that delivery till completion.

34 questions
0
votes
1 answer

HTTP response code: 403

Using Java, making a simple "delivery_quotes" call for testing which return HTTP response code - 403 Below is the code: String api_key = Base64.getEncoder().encodeToString("95xxxxx1-xxxx-44h1-8961-904xxx024fb:".getBytes("utf-8")); String postData =…
user1486269
  • 41
  • 1
  • 1
  • 9
0
votes
0 answers

Postmates API Unexpected response

I make the following cUrl command and didn't get the expected response back. curl -u 3d458af1-xxxa-xxxx-a4d0-ba07cxx4cxxx: \ -d “dropoff_address=20 McAllister St, San Francisco, CA 94102” \ -d “pickup_address=101 Market St, San Francisco, CA 94105”…
user1486269
  • 41
  • 1
  • 1
  • 9
0
votes
1 answer

HTTP Authentication failing in AJAX for postmates api

I'm trying to use the postmates API, which first requires us to authenticate ourselves using http basic authentication. The username field in the code below is where we inserted our private API key.