# List carriers List all shipping providers connected to this account Endpoint: GET /carriers Version: 1.0.0 Security: basicAuth ## Response 200 fields (application/json): - `name` (string) Example: "FedEx" - `code` (string) Example: "fedex" - `accountNumber` (string) Example: "297929999" - `requiresFundedAccount` (boolean) - `balance` (number) - `nickname` (any) Example: "SS" - `shippingProviderId` (integer) Example: 12348 - `primary` (boolean) Example: true ## Response 401 fields (application/json): - `message` (string) Example: "Invalid API credentials" ## Response 500 fields (application/json): - `message` (string) Example: "An internal error occurred"