Skip to main content
WEBHOOK
onCarrierCreated
{
  "carrier": {
    "name": "<string>",
    "id": "<string>",
    "equipment": [
      {
        "equipment": {
          "type": "BOX_TRUCK",
          "equipmentLength": {
            "value": 123,
            "units": "IN"
          },
          "temperature": {
            "units": "F",
            "max": 123,
            "min": 123
          },
          "description": "<string>"
        },
        "trailerNumber": "<string>",
        "truckNumber": "<string>"
      }
    ],
    "contacts": [
      {
        "contact": {
          "id": "<string>",
          "name": "<string>",
          "phone": "<string>",
          "email": "<string>",
          "role": "<string>",
          "customerId": "<string>",
          "carrierId": "<string>"
        },
        "type": "DRIVER"
      }
    ],
    "dotNumber": "<string>",
    "mcNumber": "<string>"
  },
  "event": "carrier.created"
}
Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.

Body

application/json
carrier
object
required
event
enum<string>
required
Available options:
carrier.created

Response

OK