{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/carriers/visibility/universal-push/sidebars.yaml"},"props":{"codeGuideFiles":[],"dynamicMarkdocComponents":[],"metadata":{"type":"markdown"},"seo":{"title":"Send Tracking Updates - Universal PUSH Endpoint - project44 Developer Portal","description":"Worked examples for sending Full Truckload telematics, events, and position updates to project44's Universal PUSH endpoint."},"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"introduction"},"children":["Introduction"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Send Full Truckload (FTL) tracking updates to project44 through the Universal PUSH endpoint:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/send-tracking-updates/#send-a-status-event-with-a-position-update"},"children":["Send a Status Event with a Position Update"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/send-tracking-updates/#send-just-a-position-update"},"children":["Send Just a Position Update"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/send-tracking-updates/#send-just-a-status-event"},"children":["Send Just a Status Event"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/send-tracking-updates/#send-a-status-event-and-a-reefer-temperature-with-a-position-update"},"children":["Send a Status Event and a Reefer Temperature with a Position Update"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each request carries the FTL data under the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload"]}," key. The endpoint validates synchronously and returns ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["202 Accepted"]}," with an ingestion ID before processing the payload asynchronously."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"best-practices"},"children":["Best practices"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Keep these in mind as you build your integration:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Authenticate every request. See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/authentication"},"children":["Authentication"]}," for OAuth2 setup."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Nest the FTL data under the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload"]}," key."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Provide at least one resolving identifier — ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]}," — in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identifiers"]}," object."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["To couple an event to a stop, set a stop identifier on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipmentEvent"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopReferenceId"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopId"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopNumber"]},"). See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#stop-coupling"},"children":["Stop coupling"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipmentEvent"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["readings"]}," slots each carry their own ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dateTime"]},", so you can report a past event alongside a current sensor reading in one request."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Timestamps must be ISO 8601 date-times (for example ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["2026-06-01T08:30:00Z"]},") and not more than 5 minutes in the future."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Sending status events together with position updates is preferred. Sending only position updates is preferred to sending only status events."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"send-a-status-event-with-a-position-update"},"children":["Send a Status Event with a Position Update"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"requirements"},"children":["Requirements"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Have the following information:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A resolving identifier: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The event type. See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#ftl-event-types"},"children":["FTL event types"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The UTC timestamp of the event"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Position coordinates of the update: latitude, longitude"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["[",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["OPTIONAL"]},"] A stop identifier (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopReferenceId"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopId"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopNumber"]},") to couple the event to a stop"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["[",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["OPTIONAL"]},"] A reefer temperature reading"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"workflow"},"children":["Workflow"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Complete these steps:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Call the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["/services/carrier-push/v1/tracking-updates"]}," endpoint."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Enter the shipment update information in the request body. For example,"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"undefined","data-title":"JSON","header":{"title":"JSON","controls":{"copy":{}}},"source":"{\n  \"customerAccountNumber\": \"1559052698636\",\n  \"truckload\": {\n    \"identifiers\": {\n      \"billOfLadingNumber\": \"BOL-20260601-001\"\n    },\n    \"shipmentEvent\": {\n      \"type\": \"ARRIVAL_AT_STOP\",\n      \"stopNumber\": 1,\n      \"dateTime\": \"2026-06-01T08:30:00Z\"\n    },\n    \"readings\": {\n      \"dateTime\": \"2026-06-01T08:30:05Z\",\n      \"position\": {\n        \"latitude\": 41.8781,\n        \"longitude\": -87.6298,\n        \"speedUnit\": \"MILES_PER_HOUR\"\n      },\n      \"sensor\": {\n        \"zones\": [\n          {\n            \"id\": \"ZONE1\",\n            \"returnAirTemperature\": 2.5,\n            \"setPoint\": 2,\n            \"temperatureUnit\": \"CELSIUS\"\n          }\n        ],\n        \"fuel\": {\n          \"type\": \"DIESEL\",\n          \"currentLevel\": 72,\n          \"fuelUnit\": \"PERCENT_REMAINING\"\n        }\n      }\n    }\n  }\n}\n","lang":"undefined"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[" This is an example of a potential request. For the full request schema and descriptions of all fields and objects, see the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["reference documentation"]},". "]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":3},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Submit the request."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expected-response"},"children":["Expected Response"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The request is successfully submitted and confirmed when a ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/202"},"children":["202 Accepted"]}," response is received. The response body contains an ingestion ID:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"undefined","data-title":"JSON","header":{"title":"JSON","controls":{"copy":{}}},"source":"{\n  \"ingestionId\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\"\n}\n","lang":"undefined"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Include the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ingestionId"]}," when contacting project44 support about a specific push."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"errors"},"children":["Errors"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If there was a problem with your request, you will receive one of the following error codes:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["400 Bad Request"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["401 Unauthorized"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["403 Forbidden"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404 Not Found"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["413 Content Too Large"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#error-response-codes"},"children":["Error response codes"]}," in the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix"},"children":["Appendix"]}," for more information."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fields--objects"},"children":["Fields & Objects"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The table below describes the relevant fields for sending a status event with a position update. See the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix"},"children":["Appendix"]}," for the full identifier, ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#objects"},"children":["object"]},", and limit reference."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customerAccountNumber"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The project44 tenant ID of the customer the data is for."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum 128 characters. Optional."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.identifiers"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Resolving identifier keys used to match the shipment."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["At least one of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.shipmentEvent.type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The event type."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#ftl-event-types"},"children":["FTL event types"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.shipmentEvent.dateTime"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ISO 8601 date-time of the event."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.dateTime"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ISO 8601 date-time of the reading."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Independent of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipmentEvent.dateTime"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.position"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Vehicle latitude and longitude in decimal degrees."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.sensor.zones"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Reefer temperature zones."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum 5 items."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"send-just-a-position-update"},"children":["Send Just a Position Update"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"requirements-1"},"children":["Requirements"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Have the following information:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A resolving identifier: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Position coordinates of the update: latitude, longitude"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The UTC timestamp of the reading"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"workflow-1"},"children":["Workflow"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Complete these steps:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Prepare a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," request to ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["/services/carrier-push/v1/tracking-updates"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Enter the position update in the request body. For example,"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"undefined","data-title":"JSON","header":{"title":"JSON","controls":{"copy":{}}},"source":"{\n  \"customerAccountNumber\": \"1559052698636\",\n  \"truckload\": {\n    \"identifiers\": {\n      \"billOfLadingNumber\": \"BOL-20260601-002\"\n    },\n    \"readings\": {\n      \"dateTime\": \"2026-06-01T10:15:00Z\",\n      \"position\": {\n        \"latitude\": 41.9022,\n        \"longitude\": -87.6550\n      }\n    }\n  }\n}\n","lang":"undefined"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[" This is an example of a potential request. For the full request schema and descriptions of all fields and objects, see the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["reference documentation"]},". "]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":3},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Send the request."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expected-response-1"},"children":["Expected Response"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The request is successfully submitted and confirmed when a ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/202"},"children":["202 Accepted"]}," response with an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ingestionId"]}," is received."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"errors-1"},"children":["Errors"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If there was a problem with your request, you will receive one of the following error codes:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["400 Bad Request"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["401 Unauthorized"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["403 Forbidden"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404 Not Found"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["413 Content Too Large"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#error-response-codes"},"children":["Error response codes"]}," in the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix"},"children":["Appendix"]}," for more information."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fields--objects-1"},"children":["Fields & Objects"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customerAccountNumber"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The project44 tenant ID of the customer the data is for."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum 128 characters. Optional."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.identifiers.billOfLadingNumber"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Bill of lading number used to match the shipment."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.dateTime"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ISO 8601 date-time of the reading."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.position"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Vehicle latitude and longitude in decimal degrees."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"send-just-a-status-event"},"children":["Send Just a Status Event"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"requirements-2"},"children":["Requirements"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Have the following information:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A resolving identifier: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The event type. See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#ftl-event-types"},"children":["FTL event types"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The UTC timestamp of the event"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["[",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["OPTIONAL"]},"] A stop identifier (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopReferenceId"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopId"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopNumber"]},") to couple the event to a stop"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"workflow-2"},"children":["Workflow"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Complete these steps:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Prepare a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," request to ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["/services/carrier-push/v1/tracking-updates"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Enter the status event in the request body. For example,"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"undefined","data-title":"JSON","header":{"title":"JSON","controls":{"copy":{}}},"source":"{\n  \"customerAccountNumber\": \"1559052698636\",\n  \"truckload\": {\n    \"identifiers\": {\n      \"billOfLadingNumber\": \"BOL-20260601-003\"\n    },\n    \"shipmentEvent\": {\n      \"type\": \"DELIVERY\",\n      \"stopNumber\": 2,\n      \"dateTime\": \"2026-06-01T16:45:00Z\"\n    }\n  }\n}\n","lang":"undefined"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[" This is an example of a potential request. For the full request schema and descriptions of all fields and objects, see the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["reference documentation"]},". "]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":3},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Send the request."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expected-response-2"},"children":["Expected Response"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The request is successfully submitted and confirmed when a ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/202"},"children":["202 Accepted"]}," response with an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ingestionId"]}," is received."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"errors-2"},"children":["Errors"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If there was a problem with your request, you will receive one of the following error codes:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["400 Bad Request"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["401 Unauthorized"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["403 Forbidden"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404 Not Found"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["413 Content Too Large"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#error-response-codes"},"children":["Error response codes"]}," in the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix"},"children":["Appendix"]}," for more information."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fields--objects-2"},"children":["Fields & Objects"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customerAccountNumber"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The project44 tenant ID of the customer the data is for."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum 128 characters. Optional."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.identifiers"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Resolving identifier keys used to match the shipment."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["At least one of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.shipmentEvent.type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The event type."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#ftl-event-types"},"children":["FTL event types"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.shipmentEvent.dateTime"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ISO 8601 date-time of the event."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.shipmentEvent.stopNumber"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1-based stop the event applies to."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"send-a-status-event-and-a-reefer-temperature-with-a-position-update"},"children":["Send a Status Event and a Reefer Temperature with a Position Update"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"requirements-3"},"children":["Requirements"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Have the following information:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A resolving identifier: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The event type. See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#ftl-event-types"},"children":["FTL event types"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Position coordinates of the update: latitude, longitude"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A reefer temperature reading"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The UTC timestamps of the event and reading"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["[",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["OPTIONAL"]},"] A stop identifier on the event"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"workflow-3"},"children":["Workflow"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Complete these steps:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Prepare a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," request to ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["/services/carrier-push/v1/tracking-updates"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Enter the combined update in the request body. For example,"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"undefined","data-title":"JSON","header":{"title":"JSON","controls":{"copy":{}}},"source":"{\n  \"customerAccountNumber\": \"1559052698636\",\n  \"truckload\": {\n    \"assetType\": \"TRAILER\",\n    \"identifiers\": {\n      \"billOfLadingNumber\": \"BOL-20260601-004\"\n    },\n    \"shipmentEvent\": {\n      \"type\": \"DEPARTURE_FROM_STOP\",\n      \"stopNumber\": 1,\n      \"dateTime\": \"2026-06-01T12:05:00Z\"\n    },\n    \"readings\": {\n      \"dateTime\": \"2026-06-01T12:05:10Z\",\n      \"position\": {\n        \"latitude\": 41.7508,\n        \"longitude\": -88.1535,\n        \"speed\": 55,\n        \"heading\": 90,\n        \"speedUnit\": \"MILES_PER_HOUR\"\n      },\n      \"sensor\": {\n        \"ignitionStatus\": \"ON\",\n        \"reefer\": {\n          \"state\": \"ON\",\n          \"powerSource\": \"DIESEL\",\n          \"operatingMode\": \"CONTINUOUS\"\n        },\n        \"ambientTemperature\": {\n          \"value\": 6.5,\n          \"unit\": \"CELSIUS\"\n        },\n        \"zones\": [\n          {\n            \"id\": \"ZONE1\",\n            \"returnAirTemperature\": 1.0,\n            \"setPoint\": 2,\n            \"temperatureUnit\": \"CELSIUS\",\n            \"doorState\": \"CLOSED\"\n          }\n        ]\n      }\n    }\n  }\n}\n","lang":"undefined"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[" This is an example of a potential request. For the full request schema and descriptions of all fields and objects, see the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/api-reference/api-docs/universal-push:-truckload/createuniversalpushingestion"},"children":["reference documentation"]},". "]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":3},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Send the request."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"expected-response-3"},"children":["Expected Response"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The request is successfully submitted and confirmed when a ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/202"},"children":["202 Accepted"]}," response with an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ingestionId"]}," is received."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"errors-3"},"children":["Errors"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If there was a problem with your request, you will receive one of the following error codes:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["400 Bad Request"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["401 Unauthorized"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["403 Forbidden"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404 Not Found"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["413 Content Too Large"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#error-response-codes"},"children":["Error response codes"]}," in the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix"},"children":["Appendix"]}," for more information."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fields--objects-3"},"children":["Fields & Objects"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.assetType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Type of tracked unit."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TRUCK"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TRAILER"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OTHER"]},". Defaults to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TRAILER"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.identifiers"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Resolving identifier keys used to match the shipment."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["At least one of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billOfLadingNumber"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["orderNumber"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.shipmentEvent.type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The event type."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/guides/carriers/visibility/universal-push/appendix#ftl-event-types"},"children":["FTL event types"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.shipmentEvent.dateTime"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ISO 8601 date-time of the event."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.dateTime"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ISO 8601 date-time of the reading."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Independent of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipmentEvent.dateTime"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.position"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Vehicle latitude and longitude in decimal degrees."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.sensor.ambientTemperature"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Ambient temperature reading with its ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["value"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["unit"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truckload.readings.sensor.zones"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Reefer temperature zones."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum 5 items."]}]}]}]}]}]},"headings":[{"value":"Introduction","id":"introduction","depth":1},{"value":"Best practices","id":"best-practices","depth":1},{"value":"Send a Status Event with a Position Update","id":"send-a-status-event-with-a-position-update","depth":1},{"value":"Requirements","id":"requirements","depth":2},{"value":"Workflow","id":"workflow","depth":2},{"value":"Expected Response","id":"expected-response","depth":2},{"value":"Errors","id":"errors","depth":2},{"value":"Fields & Objects","id":"fields--objects","depth":2},{"value":"Send Just a Position Update","id":"send-just-a-position-update","depth":1},{"value":"Requirements","id":"requirements-1","depth":2},{"value":"Workflow","id":"workflow-1","depth":2},{"value":"Expected Response","id":"expected-response-1","depth":2},{"value":"Errors","id":"errors-1","depth":2},{"value":"Fields & Objects","id":"fields--objects-1","depth":2},{"value":"Send Just a Status Event","id":"send-just-a-status-event","depth":1},{"value":"Requirements","id":"requirements-2","depth":2},{"value":"Workflow","id":"workflow-2","depth":2},{"value":"Expected Response","id":"expected-response-2","depth":2},{"value":"Errors","id":"errors-2","depth":2},{"value":"Fields & Objects","id":"fields--objects-2","depth":2},{"value":"Send a Status Event and a Reefer Temperature with a Position Update","id":"send-a-status-event-and-a-reefer-temperature-with-a-position-update","depth":1},{"value":"Requirements","id":"requirements-3","depth":2},{"value":"Workflow","id":"workflow-3","depth":2},{"value":"Expected Response","id":"expected-response-3","depth":2},{"value":"Errors","id":"errors-3","depth":2},{"value":"Fields & Objects","id":"fields--objects-3","depth":2}],"frontmatter":{"seo":{"title":"Send Tracking Updates - Universal PUSH Endpoint - project44 Developer Portal","description":"Worked examples for sending Full Truckload telematics, events, and position updates to project44's Universal PUSH endpoint."}},"lastModified":"2026-08-03T11:48:22.000Z"},"slug":"/guides/carriers/visibility/universal-push/send-tracking-updates","userData":{"isAuthenticated":false,"teams":["anonymous"]}}