---
title: "Carrier Events"
method: POST
path: "/carrier-webhooks"
tags: ["Webhooks"]
---

# Carrier Events

`POST /carrier-webhooks`

Posts a message when an event about a Carrier is triggered.

## Request body

- object
  - `details` object
    - `id` string, uuid — Unique Identifier of the Carrier on Loadsmart
    - `mc` string, integer — Carrier Interstate Operating Authority (MC number)
    - `dot` string, integer — Carrier US DOT Number
    - `name` string — Carrier legal name
    - `eligible` unknown
    - `status` 'New' | 'Pending' | 'Ready' | 'Inactive' — Carrier status on Loadsmart
    - `previous_status` 'New' | 'Pending' | 'Ready' | 'Inactive' — Carrier previous status on Loadsmart
  - `created_at` string, date-time — The date and time of the event.
  - `type` 'carrier:status:changed' — Event type

## Response `200`

Event received

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
