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

# Detail Carrier Integration Request status

`GET /api/v2/carrier/integration-request/{id}`

3PP can check the Integrate Status of a Carrier

## Path parameters

- `id` string, uuid, required — Unique Integration Request identifier

## Response `200`

Success

- object
  - `id` string — Unique Identifier of the Integration Request
  - `account_id` string — Unique Identifier of the Account
  - `carrier` object
    - `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
    - `eligible` unknown
    - `status` 'New' | 'Pending' | 'Ready' | 'Inactive' — Carrier status on Loadsmart
  - `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
  - `documents` object[] — List of required documents and its status
    - `type` string — Document type (Form W9, Insurance or Authority)
    - `status` 'missing' | 'under-review' | 'accepted'

## Other responses

- `404` — Integrate Request not found

---

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