ConsoleCatalog
Sign in
Enterprise logo

Enterprise

enterprise.comTravelno auth

Car rental search by location and dates with vehicle classes and pricing.

Branch Location Metadata

ASYNCREADNo auth

Returns branch or airport details including address, hours, currency, and location IDs.

ParametersFormJSON

Enterprise location or branch ID from location search results

cost: 1 credit · 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_enterprise_branch_location_metadata",
    "params": {
      "location_id": "1019178"
    }
  }'