# List Available Carriers List all the carriers for the logged in user Endpoint: GET /_api/v1/company/{company_slug}/carriers Version: 1.0.0 Security: TokenAuth ## Path parameters: - `company_slug` (string, required) the slug of your company ## Response 200 fields (application/json): - `identifier` (string) Unique identifier for the carrier. Example: "Generic Carrier" - `name` (string) Name of the carrier. Example: "Generic Carrier" ## Response 401 fields (application/json): - `detail` (string) Unauthorized error message.