---
title: "Request Carrier setup file"
method: GET
path: "/setups/carriers"
tags: ["Carrier Setup"]
---

# Request Carrier setup file

`GET /setups/carriers`

Request Carrier setup file. Take a look at the usage guide [here](https://shipmondo.dev/docs/api/retrieve-and-use-the-carrier-setup-file)

## Response `200`

Successful.

- UserCarrierSetup
  - `status` 'REQUESTED' | 'IN_PROGRESS' | 'COMPLETED'
  - `url` string, url, nullable — URL to download the carrier setup file
  - `expires_at` string, date-time, nullable — Time when the carrier setup file expires

## Other responses

- `401` — Unauthorized.
- `429` — Too many requests

---

[API](https://skmtc.net/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.net/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/revisions/3b9f91693dec/schema)
