---
title: "Integration Request Events"
method: POST
path: "/integration-request"
tags: ["Webhooks"]
---

# Integration Request Events

`POST /integration-request`

Posts a message when an event about an integration request is triggered.

The event payload has the same schema for both integration-request events.

List of event types:
  - integration-request:accepted
  - integration-request:rejected

## Request body

- object
  - `created_at` string, date-time — The date and time of the event.
  - `type` string — Event type
  - `details` object
    - `id` string, uuid — Unique Identifier of the Integration Request
    - `carrier_id` string, uuid — Unique Identifier of the Carrier on Loadsmart
    - `mc` string — Carrier Interstate Operating Authority (MC number)
    - `dot` string — Carrier US DOT Number
    - `name` string — Carrier legal name
    - `status` 'pending' | 'accepted' | 'rejected' — Status of the Integration Request - pending: waiting/under evaluation from Carrier owner and/or Loadsmart - accepted: Integration Request accepted - rejected: Integration Request rejected by Carrier owner and/or Loadsmart

## 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)
