Locations API
Version 2.3.0

getServices

This endpoint returns a list of all available services. The service code in each returned service object can be passed as a parameter when calling getServicesByServiceCodes or getPointsByGeoCoordinates endpoints.

SecurityAUTH-KEY
Request
query Parameters
pc
string

A partner code identifies an entity that owns location data. Currently we offer access only to Australia Post outlet and services data. In the future we may expand this to include location data from partner providers. Note: If this field is left empty, the default value is "AP". Submitting any other value will return an empty data set.

Responses
200

OK

get/services
Request samples
Response samples
application/json
{
  • "services": [
    ]
}