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

accessPointTypesstringRequired

Comma-separated list of access point types to include.

countryCodestringRequired=2 characters

ISO 3166-1 alpha-2 country code (e.g. US, CA, MX).

postalCodestringRequired
Postal code to search around.

Response

Access points returned successfully
payloadobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error