--- title: 'UPS' description: '' --- # UPS undefined | Detail | Value | |---|---| | Category | Logistics | | Base URL | `https://onlinetools.ups.com/api` | | Authentication | OAuth2 Client Credentials | | Endpoints | 7 | | Connector key | `ups` | ## Using UPS in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **UPS** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_tracking_0) | Tracking | | [GET ](./get_rates_1) | Rates | | [GET ](./get_shipments_2) | Shipments | | [GET ](./get_address_validation_3) | Address Validation | | [GET ](./get_time_in_transit_4) | Time in Transit | | [GET ](./get_pickup_5) | Pickup | | [GET ](./get_locations_6) | Locations | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.