Overview

Updated on ยท 1 min read

To get started using the Parcelpoint API:

What can the API do?

You can use the Parcelpoint API to deliver or return your products within our geographic zones.

Here is the flow of events that developers most commonly follow when using our API:

Delivery

Pickup

Returns

Rate Limiting

There is a global rate limit for API requests.

Environment Requests/minute
Sandbox 10,000
Production 10,000

Exceeding this rate limit will result in a 429 response.

Versioning

Versioning allows us to provide developers with a consistent experience. We provide two levels of versioning:

  • Resource: All endpoints are prefixed with a version such as /v1. This version refers to the overall layout of the endpoints and response standards.
  • Client: Developers can ensure consistent fields and formats by specifying a version as an HTTP header.

Addresses

Please format all addresses this way:

Unit/Suite/Level, Street Address, Suburb, State, Postcode

Any other information, like apartment number, door codes, "care of" instructions, should all be added to pickup or dropoff notes fields. Any extra information included may result in a malformed address, and our geocoder will not be able to find the location.