# Carrier Accounts

APIs to create, retrieve, update, and delete carrier accounts, and to retrieve supporting hub details required for specific carriers.

## Add Carrier

 - [POST /api/v1/carrierAccounts](https://docs.sendpro360.pitneycloud.com/openapi/carrieraccounts/carrier-accounts/addcarrieraccount.md): Add Carrier Account API

## Update Carrier

 - [PUT /api/v1/carrierAccounts/{carrierAccountID}](https://docs.sendpro360.pitneycloud.com/openapi/carrieraccounts/carrier-accounts/updatecarrieraccount.md): The Update Carrier operation enables you to update a carrier account and specifies its usable capabilities. By default, all available services, parcel types, and special services provided by the carrier are accessible. With this API, you can specify only the capabilities (services, parcel types, special services) that should be available for Rate Shop and Create Shipment operations. If a shipment request attempts to use a capability not enabled through this API, an error will be returned.

## Get Carrier

 - [GET /api/v1/carrierAccounts/{carrierAccountID}](https://docs.sendpro360.pitneycloud.com/openapi/carrieraccounts/carrier-accounts/getcarrieraccount.md): Get Carrier Account details API

## Delete Carrier

 - [DELETE /api/v1/carrierAccounts/{carrierAccountID}](https://docs.sendpro360.pitneycloud.com/openapi/carrieraccounts/carrier-accounts/deletecarrieraccount.md): Delete Carrier Account API

## Get FedEx Smartpost hub details

 - [GET /api/v1/hubs](https://docs.sendpro360.pitneycloud.com/openapi/carrieraccounts/carrier-accounts/getfedexsmartposthubdetails.md): Get FedEx Smartpost hub details

