Download OpenAPI specification:Download
This document describes the authentication, request, and response for the Arrive APIs. It includes the Rate API (customer rating and quoting) and Carrier API (e.g. Load Search). All endpoints require Bearer token authentication via Okta; contact Arrive support at apisupport@arrivelogistics.com for access.
Arrive uses Okta for authentication. Please contact Arrive support at apisupport@arrivelogistics.com .
| Security Scheme Type | HTTP |
|---|---|
| HTTP Authorization Scheme | bearer |
This endpoint requires Bearer token authentication (Okta). Include the token in the Authorization header as Bearer <token>.
Rate request body object
| Identifier required | string The identifier of the Customer |
| CustomerQuoteId required | string The value assigned by the customer for the current quote request |
| OrderValue | number or null <decimal> Customer-assigned value of the Load in US dollars. |
| Weight | number or null <decimal> Total weight of the Load. |
| WeightUnit | string or null Enum: "Pounds" "Kilograms" Unit of measure for weight parameters. |
| TotalLoadMiles | string The load miles of the Load assigned by the customer |
| EquipmentLength | string Lenght of the equpment needed for the load |
| EquipmentType required | string Enum: "V" "R" Identifies the type of equipment type needed for the Load. |
| IsHazmat | boolean or null Indicates if the item is hazmat |
| IsTeamRequired | boolean or null Indicates if a Team is required not |
| TemperatureRequirements | string or null Enum: "Deep Frozen" "Frozen" "Chilled" "Refrigerated" Indicates if temperature control is needed, and at what level. Deep Frozen (-20 to -10 degrees) - Frozen (-10 to 0 degrees) - Chilled (0 to 30 degrees) - Refrigerated (30 to 90 degrees). |
| TemperatureUnit | string or null Enum: "F" "C" Unit of measure for temperature parameters. |
required | Array of objects (Stop) >= 2 items Lane is described by a minimum number of stops (being first the origin and last the destination) |
object Aditional properties. |
| Errors | object |
| Message | string |
object (Rates) |
{- "identifier": "CUSTOMER",
- "customerQuoteId": "21154545AZ-ASD3",
- "orderValue": 100000,
- "weight": 45000,
- "weightUnit": "Pounds",
- "totalLoadMiles": 2500,
- "equipmentType": "V",
- "isHazmat": true,
- "isTeamRequired": true,
- "equipmentLength": 53,
- "temperatureRequirements": "Frozen",
- "temperatureUnit": "F",
- "lane": [
- {
- "stopNum": 1,
- "city": "Austin",
- "state": "TX",
- "address1": "7701 Metropolis Dr",
- "address2": "Building 1",
- "postalCode": 78747,
- "countryCode2": "US",
- "stopType": "Pickup",
- "stopDateTime": "2022-11-28",
- "facilityCode": 12345,
- "facilityName": "Facility",
- "isDropTrailer": false,
- "stopRefNum": 123456,
- "dropTrailerTime": 40,
- "palletJacketRequired": true,
- "liftGateRequired": true,
- "loadingRequired": false,
- "countRequired": false,
- "isTWIC": false,
- "requiresDriverLabor": false
}, - {
- "stopNum": 2,
- "city": "Chicago",
- "state": "IL",
- "address1": "30 S Wacker D",
- "address2": "STE 2350",
- "postalCode": 60606,
- "countryCode2": "US",
- "stopType": "Delivery",
- "stopDateTime": "2022-11-19T08:27:44Z",
- "facilityCode": 123,
- "facilityName": "Facility",
- "isDropTrailer": false,
- "stopRefNum": 654321,
- "dropTrailerTime": 24,
- "palletJacketRequired": true,
- "liftGateRequired": true,
- "loadingRequired": false,
- "countRequired": false,
- "isTWIC": false,
- "requiresDriverLabor": false
}
], - "isSealRequired": true,
- "isPermitRequired": true,
- "isTankerEndorsement": true,
- "isFoodGrade": true,
- "isPlateTrailerRequired": true,
- "isPalletExchange": true,
- "isProtectFromFreezeRequired": true,
- "isProtectFromMeltRequired": true,
- "isBonded": true,
- "tailgateRequired": true,
- "customsBroker": true,
- "chainsRequired": true,
- "tarpsRequired": true,
- "loadBarsRequired": true,
- "strapsRequired": true,
- "sideKitsRequired": true,
- "blanketsRequired": true,
- "eTrackRequired": true,
- "isAirRide": true,
- "floorRequirement": "METAL",
- "isBlockingBracingRequired": true,
- "isRollDoorsRequired": true
}{- "Errors": null,
- "Message": null,
- "Result": {
- "QuoteId": "460ebe91-ce21-4659-a738-d48d55433b69",
- "CustomerQuoteId": "21154545AZ-ASD3",
- "ExpirationDate": "03/22/2020 04:36 PM",
- "TotalRate": 1761.43,
- "LineHaul": 1496.01,
- "FuelSurcharge": 205.42,
- "TotalMiles": 1081.2
}
}This endpoint requires Bearer token authentication (Okta). Include the token in the Authorization header as Bearer <token>.
Search for loads by origin, destination, equipment type, and mode. Origin and destination support location (city/state), deadhead radius, and appointment windows (ISO 8601).
required | object (Location) A location (city/state) with deadhead radius and optional appointment window. |
object (Location) A location (city/state) with deadhead radius and optional appointment window. | |
| EquipmentType required | string Enum: "V" "R" "F" Type of equipment required for the load. |
| Mode required | string Value: "TL" Mode of transport.. |
required | object Pagination for the search results. |
Array of objects (Load) | |
| TotalRecordCount | integer Total number of items available. |
{- "Origin": {
- "City": "Chicago",
- "StateCode": "IL",
- "CountryCode": "US",
- "DeadheadRadius": 50,
- "Appointment": {
- "AppointmentStartDateTime": "2025-03-05T06:00:00Z",
- "AppointmentEndDateTime": "2025-03-05T18:00:00Z"
}
}, - "Destination": {
- "City": "Dallas",
- "StateCode": "TX",
- "DeadheadRadius": 50,
- "Appointment": {
- "AppointmentStartDateTime": "2025-03-07T06:00:00Z",
- "AppointmentEndDateTime": "2025-03-07T18:00:00Z"
}
}, - "EquipmentType": "V",
- "Mode": "TL",
- "Pagination": {
- "PageSize": 25,
- "PageNumber": 1,
- "OrderByDirection": "asc",
- "OrderByColumn": "PickupAppointmentEarliest"
}
}{- "Results": [
- {
- "LoadNumber": 84729361,
- "LoadDetails": {
- "Rate": {
- "Value": 2850,
- "CurrencyType": "USD"
}, - "LoadMode": "TL",
- "Equipment": {
- "EquipmentType": "V",
- "LoadEquipmentSize": "53'",
- "EquipmentAttributes": {
- "FoodGradeRequired": false,
- "LiftGateRequired": false,
- "LoadBarsRequired": false,
- "StrapsNeededRequired": true,
- "RollDoorsRequired": false,
- "RollDoorsCantHave": false,
- "TarpsRequired": false,
- "HighCubeRequired": true,
- "PlateTrailerRequired": false,
- "SealRequired": true,
- "AirRide": false,
- "Chains": false,
- "NoVentedVan": false,
- "ETrack": true
}
}, - "Miles": 1247,
- "Weight": 43000,
- "TemperatureSettings": null,
- "LoadAttributes": {
- "IsBlind": false,
- "IsHazmat": false,
- "IsTeamLoad": false,
- "IsOverSizeLoad": false,
- "IsHighValue": false,
- "IsHighRisk": false,
- "TwicNeeded": false,
- "TankerEndorsement": false,
- "DropTrailer": false,
- "IsPermit": false,
- "BondedCarrier": false,
- "Ctpat": false,
- "Govt": false,
- "Liquor": false,
- "Ppe": false
}
}, - "Stops": [
- {
- "Sequence": 1,
- "Direction": "Pickup",
- "Facility": {
- "PostalCode": "60609",
- "City": "Chicago",
- "StateCode": "IL",
- "CountryCode": "US",
- "LocationIANACode": "America/Chicago"
}, - "Appointment": {
- "AppointmentStartDateTime": "2025-03-05T06:00:00Z",
- "AppointmentEndDateTime": "2025-03-05T18:00:00Z"
}, - "Commodities": [
- {
- "Description": "Steel coils",
- "Weight": 43000,
- "PieceCount": 24,
- "IsHazmat": false,
- "HazmatClass": null,
- "HazmatClassDescription": null
}
], - "StopAttributes": {
- "Blind": false,
- "Twic": false,
- "Govt": false,
- "Ppe": false
}
}, - {
- "Sequence": 2,
- "Direction": "Delivery",
- "Facility": {
- "PostalCode": "75201",
- "City": "Dallas",
- "StateCode": "TX",
- "CountryCode": "US",
- "LocationIANACode": "America/Chicago"
}, - "Appointment": {
- "AppointmentStartDateTime": "2025-03-07T06:00:00Z",
- "AppointmentEndDateTime": "2025-03-07T18:00:00Z"
}, - "Commodities": [ ],
- "StopAttributes": {
- "Blind": false,
- "Twic": false,
- "Govt": false,
- "Ppe": false
}
}
],
}
], - "TotalRecordCount": 1
}