Pickup/Drop-Off Locations
Our API allows you to find nearby pickup or drop-off (PUDO) locations for carriers based on the location and distance.
Overview
Find Pickup/Drop-Off Locations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
accountinteger[]Optional
orderingstringOptional
Which field to use when ordering the results.
Body
Place info lookup request.
Either 'location' or 'external_reference' must be provided (mutually non-exclusive).
accountintegerRequired
ID of account for this lookup
locationany ofOptionalDefault:
Geographical location to search for places
nullor
nullOptional
external_referenceany ofOptionalDefault:
nullstringOptional
nullOptional
country_iso3stringRequiredPattern:
ISO 3166-1 alpha-3 code of country
^\w{3}$Responses
200Success
application/json
400Error
application/json
403Error
application/json
post
/v4/track/place-info/lookup/Get Pickup/Drop-Off Location Details
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
external_idstring · uuidRequired
parcelLab generated unique ID for this place
Responses
200Success
application/json
400Error
application/json
403Error
application/json
404Error
application/json
get
/v4/track/place-info/{external_id}/Last updated
Was this helpful?