PostmatesAPI
Connect to the Postmates API to integrate on-demand local delivery service into your app. Test an API call in your browser and export the code into your app. The Postmates Delivery API has a sandbox and paid mode (as of 3/1/2017): https://postmates.com/developer/docs/pricing
PostmatesAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
cancelDelivery /cancelDelivery |
Cancel an ongoing delivery. A delivery can only be canceled prior to a courier completing pickup. Delivery fees still apply. |
| POST |
createDelivery /createDelivery |
This endpoint create a delivery. |
| POST |
getAllDeliveries /getAllDeliveries |
List all deliveries for a customer. |
| POST |
getDelivery /getDelivery |
Retrieve updated details about a delivery. |
| POST |
getDeliveryQuote /getDeliveryQuote |
This allows you to make decisions about the appropriate cost and availability for using the Postmates platform, which can vary based on distance and demand. |
| POST |
getDeliveryZones /getDeliveryZones |
This endpoint returns a list of GeoJSON-valid FeatureCollection objects representing all of our active delivery zones. |
PostmatesAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |