---
title: "List Carrier Integration Request status"
method: GET
path: "/api/v2/carrier/integration-request"
tags: ["Carrier"]
---

# List Carrier Integration Request status

`GET /api/v2/carrier/integration-request`

List partner's integration requests

## Response `200`

Success

- object
  - `data` object[] — An array of integrations
    - `id` string — Unique Identifier of the Integration Request
    - `carrier_id` string — 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
  - `count` integer
  - `next` string
  - `previous` string

## Other responses

- `404` — No integration requests found

---

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