List nearby pickup/dropoff access points
List nearby pickup/dropoff access points
Returns access points (pickup and dropoff locations) near the supplied postal code and country, optionally filtered by access point type.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
accessPointTypes
Comma-separated list of access point types to include.
countryCode
ISO 3166-1 alpha-2 country code (e.g. US, CA, MX).
postalCode
Postal code to search around.
Response
Access points returned successfully
payload
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error