ConsoleCatalog
Sign in
FedEx US logo

FedEx US

fedex.comLogisticsno auth

Nearby locations, package and service catalogs, and special-service options.

Nearby Location Search

ASYNCWRITENo auth

Returns nearby drop-off and pickup locations with distances, addresses, and hours.

ParametersFormJSON

Destination city for the nearby FedEx location search

Package weight in pounds used when evaluating location capabilities

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_fedex_us_nearby_location_search",
    "params": {
      "city": "Los Angeles",
      "weight_lb": "5"
    }
  }'