---
title: "Get the supported carriers"
method: GET
path: "/v2/carriers"
tags: ["Shipping"]
---

# Get the supported carriers

`GET /v2/carriers`

This returns the carriers that are currently supported for
automated tracking. The carrier `name`
should be shown to users but the `code` should be submitted to
the `/track` endpoint when submitting tracking details.
Likewise, when showing a transaction to the user, the `carrier`
field stored with the transaction should be used to index these
carriers and show the human-readable name of the carrier to the
user, if this index is found.

## Response `200`

OK

- V2TransactionsCarrier[]
  - `code` string, required
  - `name` string, required

---

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