ShippingCarrier integrations

Get Carrier Integration

Get a carrier integration by its ID

GET
/shipos/carrier-integrations/{carrier_integration_id}
x-access-token<token>

In: header

Path Parameters

carrier_integration_id*string

ID of the carrier integration to find

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/shipos/carrier-integrations/string"
{  "id": "string",  "name": "string",  "type": "GENERIC",  "team_id": "string",  "active": true,  "created_at": "2019-08-24T14:15:22Z",  "expires_at": "2019-08-24T14:15:22Z",  "team_name": "string",  "disabled_carriers": [    {      "id": "string",      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z",      "team_id": "string",      "carrier_id": "string",      "carrier_integration_id": "string"    }  ],  "disabled_service_levels": [    {      "id": "string",      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z",      "team_id": "string",      "carrier_integration_id": "string",      "service_id": "string",      "carrier_id": "string"    }  ]}