Downloading lists of freight offers accepted by employees from your company.
For download active freight proposals visit Get freight proposal list, for download archived freights visit Get archived freight proposals.
GET
/ext/freights-api/v1/freight-proposals/accepted
Request Authorization
Every request MUST include a valid access token obtained during the user authorization process, provided using the Bearer token scheme in the Authorization header.
Request
Successful Response
Error Response
Request Header
GET /ext/freights-api/v1/freight-proposals/accepted HTTP/1.1
Host: api.platform.trans.eu
Content-Type: application/json
Accept: application/json
Authorization: Bearer {access_token)
Api-key: {unique_app_api-key}Response Fields
| Attribute | Type | Example | Description |
| contact_employees | Array of Objects | List of shipper’s employees assigned to freight negotiation. | |
| contact_employees.last_name | String | Nowak | Surname of assigned employee |
| contact_employees.name | String | Jan | First name of assigned employee |
| contact_employees.trans_id | String | 13443–1 | TransId of assigned employee |
| created | String | “2026–03-25T08:47:54+00:00” | Freight creation date (UTC format) |
| ftl | Boolean | True | Determines if freight is a full truck load (True) or less than truckload (False). See also transport.type below. |
| height | Float | 2 | Vehicle height (range: 0.01–10) |
| id | Int | 345123 | Freight identification number (freight-id) |
| length | Float | 2.1 | Vehicle length (range: 0.01–100) |
| loading | Object | Information related to first loading place on freight’s route | |
| loading.place | Object | Loading place address | |
| loading.place.country | String | “de” | Country using ISO values (see dictionary) |
| loading.place.locality | String | “Berlin” | City name |
| loading.place.postal_code | String | “98340” | Postal code |
| publication | Object | Freight publication information | |
| publication.auction_id | String | “35a29b95-9c84-4cbb-8fc6-b84979f212e4” | Negotation id |
| publication.end_reason | String | null | Always is null. |
| publication.id | Int | 456234 | Publication identification number |
| publication.is_quick_pay | Boolean | False | Determines whether the publication offer is marked as QuickPay |
| publication.is_recommended | Boolean | null | Always is null. |
| publication.is_shared | Boolean | null | Always is null. |
| publication.offer_id | String | “b4f4d070-27b7-4c8a-8a85-d976a015b835” | Offer id. Value used in negotiations. |
| publication.price | Object | Publication price details | |
| publication.price.currency | String | “eur” | Publication price currency. See currency dictionary. |
| publication.price.period | Object | Payment conditions | |
| publication.price.period.days | Int | 12 | Number of days of deffer. For deferred payment only. |
| publication.price.period.payment | String | “deffered” | Freight payment type: deffered, payment_on_unloading, payment_in_advance |
| publication.price.value | Float | 233 | Publication price value (range: 1 – 9 999 999,99) |
| publication.publish_date | String | “2026–03-25T08:47:56+00:00” | Date of freight publication. |
| publication.publish_type | String | “exchange” | Deprecated. This field is no longer used and will be removed in a future version. |
| publication.received_offers | String | null | Always is null. |
| publication.receivers | Object | null | Always is null. |
| publication.refresh_from | String | null | Always is null. |
| publication.sent_to | Object | null | Always is null. |
| publication.smart_match_offers | Boolean | null | Always is null. |
| publication.status | String | “finished” | Publication status. |
| publication.stock_id | String | null | Deprecated. Always is null value. |
| reference_number | String | “FR/2026/03/25/2N0Z” | Freight reference number — a unique, automatically assigned business identifier of the freight |
| shipment_external_id | String | 2023/NWX/1/3 | External identification number |
| status | String | “accepted” | Proposal status. |
| temperature | Object | Required freight transport temperature. | |
| temperature.max | Int | -1 | Minimum temperature |
| temperature.min | Int | 3 | Maximum temperature |
| transit_time | Int | 460 | Time expressed in minutes (positive integer) for transport, if specified. |
| transport_type | String | “ftl” | Transport type. Possible values: ftl, ltl, multi_ftl |
| truck_bodies | Array of String | [“box”,“curtainsider”] | Vehicle body types set in freight (see dictionary). |
| unloading | Object | Information related to last unloading place on freight’s route | |
| unloading.place | Object | Unloading place address | |
| unloading.place.country | String | “pl” | Country using ISO values (see dictionary) |
| unloading.place.locality | String | “Wroclaw” | City name |
| unloading.place.postal_code | String | 50–900 | Postal code |
| vehicle_size | String | “lorry_solo” | Vehicle sizes set in freight. Basic or Composite vehicle size name according to dictionary. |
| volume | Float | 3.4 | Vehicle volume (range 0.01–10000). |
| width | Float | 4.2 | Vehicle width (range 0.01–10). |
Response Body
[
{
"contact_employees": [
{
"last_name": "Nowak",
"name": "Jan",
"trans_id": "1007374-5"
}
],
"created": "2026-03-25T08:47:54.000Z",
"ftl": true,
"height": 2,
"id": 3890499,
"length": 2,
"loading": {
"place": {
"country": "pl",
"locality": "Rzeszów",
"postal_code": "35-002"
}
},
"publication": {
"auction_id": "a526bf4a-304b-4cf1-8847-f591c56f3bee",
"end_reason": null,
"id": 3362339,
"is_quick_pay": false,
"is_recommended": null,
"is_shared": null,
"offer_id": "b9684303-eb40-4574-9a20-e9c076ebb545",
"price": {
"currency": "pln",
"period": {
"days": 11,
"payment": "deferred"
},
"value": 156
},
"publish_date": "2026-03-25T08:47:54.000Z",
"publish_type": "exchange",
"received_offers": null,
"receivers": null,
"refresh_from": null,
"sent_offers": null,
"sent_to": null,
"smart_match_offers": null,
"status": "finished",
"stock_id": null
},
"reference_number": "FR/2026/03/25/2N0Z",
"shipment_external_id": null,
"status": "accepted",
"temperature": {
"max": 9,
"min": 6
},
"transit_time": null,
"transport_type": "ftl",
"truck_bodies": [
"cooler"
],
"unloading": {
"place": {
"country": "it",
"locality": "Mediolan",
"postal_code": "20097"
}
},
"vehicle_size": "solo",
"volume": 12,
"width": 3
}
]Client errors (code 400)
HTTP 4xx status codes indicate client errors, meaning that the request could not be processed due to an issue on the client side. Below is a list of request-specific errors.