--- title: 'FedEx' description: '' --- # FedEx undefined | Detail | Value | |---|---| | Category | Logistics | | Base URL | `https://apis.fedex.com` | | Authentication | OAuth2 Client Credentials | | Endpoints | 7 | | Connector key | `fedex` | ## Using FedEx in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **FedEx** 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_rate_quotes_1) | Rate Quotes | | [GET ](./get_shipments_2) | Shipments | | [GET ](./get_address_validation_3) | Address Validation | | [GET ](./get_transit_times_4) | Transit Times | | [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.