# Get Carriers Retrieve a list of available shipment carriers. Use this endpoint to get the list of carriers that can be used for shipping medication orders. Endpoint: GET /api/external/carriers Version: 1.0.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `success` (boolean) Example: true - `data` (object) - `data.carriers` (array) List of available shipment carriers - `data.carriers.id` (string) Unique identifier for the carrier Example: "ameriship" - `data.carriers.name` (string) Display name of the carrier Example: "Ameriship" ## Response 401 fields (application/json): - `success` (boolean) - `error` (object) - `error.message` (string) Human-readable error message Example: "Validation error" - `error.details` (object) Additional error details Example: {}