Locations V3 API
Version 3.0.0

getWorkCentreByID

This endpoint returns an Australia Post work centre for the specified workcentre id.

SecurityAUTH-KEY
Request
path Parameters
id
required
string

ID of the workcentre. Ex: 337586_PO, 96286800_UPL

Responses
200

OK

400

Bad Request

401

Unauthorised

404

Not found

405

Method not allowed

429

Too many requests

500

Internal server error

503

Service unavailable

get/workcentres/{id}
Request samples
Response samples
application/json
{
  • "pagination": {
    },
  • "workcentres": [
    ]
}