# Get the supported carriers This returns the carriers that are currently supported for automated tracking in the online model. The carrier should be shown to users but the should be submitted to the endpoint when submitting tracking details. Likewise, when showing a transaction to the user, the field stored with the transaction should be used to index these carriers and show the human-readable name of the carrier to the user, if this index is found. Endpoint: GET /supported_carriers Version: 0.1.0 Security: OAuth2, APIKey ## Response 200 fields (application/json): - `code` (string, required) - `name` (string, required)