delivery
Check whether a pickup location is within an operating area.
Verifies that the given pickup location is covered by the delivery service. You can provide either a text address (address) or geographic coordinates (pickup_point).
get/v1/parcels/deliver/pickup
Query parameters
addressstring
Full address to check (e.g. Calle Pradillo 42, Madrid). You must provide either address or pickup_point (or both).
pickup_pointstring
Geographic coordinates of the pickup location, formatted as latitude,longitude. You must provide either address or pickup_point (or both).
Response
The pickup location is within an operating area.