---
title: "Get Carrier Registration status"
method: GET
path: "/carrier_accounts/reg-status"
tags: ["Carrier Accounts"]
---

# Get Carrier Registration status

`GET /carrier_accounts/reg-status`

Returns the registration status for the given account for the given carrier

## Query parameters

- `carrier` 'ups' | 'usps' | 'canada_post', required

## Headers

- `SHIPPO-API-VERSION` string

## Response `200`

Carrier account registration status

- CarrierAccountRegistrationStatus
  - `carrier_account` string
  - `object_created` string, date-time
  - `object_owner` string
  - `object_updated` string, date-time
  - `status` string

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/goshippo/apis/shippo-external-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-external-api/versions/7e1ec201b515/schema)
