Returns an existing carrier account using an object ID.
curl https://api.goshippo.com/carrier_accounts/b741b99f95e841639b54272834bc478c \ -H "Authorization: ShippoToken shippo_test_3a47d23c032ca626fce863c48d0f93d63a394396"
{- "account_id": "****",
- "active": true,
- "carrier": "usps",
- "parameters": { },
- "carrier_name": "USPS",
- "is_shippo_account": false,
- "metadata": "string",
- "object_id": "6aa34d5f6865448fbb1ee93636e98999",
- "object_owner": "bob+22@gmail.com",
- "service_levels": [
- {
- "name": "Priority Mail Express",
- "token": "usps_priority_express",
- "supports_return_labels": true
}
], - "test": false
}