Locations Export API
Version 2.1.0
Select...

getAllPoints

Returns full dump of points dataset

SecurityAUTH-KEY
Request
query Parameters
pointTypes
string

The types parameter is an optional string of comma-delimited values denoting which outlets and facilities you want to locate. There are six of these enumerated values, all of which are selected by default:

  • UPL: Parcel lockers.
  • R_SPB: A red street post box.
  • C_SPB: Combined street post boxes (Both red and yellow boxes together).
  • PO: An Australia Post outlet.
  • OS: Outstation (These are a part of a post office not in the same physical building. For example, a separate building dedicated to PO boxes.)
  • DC: A delivery centre.
Enum: "PO" "UPL" "R_SPB" "C_SPB" "OS" "DC"
serviceCodes
string

A comma-delimited string of service IDs that identify the services available at a point. For more information about services, see the getServices endpoint.

Responses
200

OK

401

Unauthorized

403

Forbidden

404

Not Found

get/export/points
Request samples