# Get all operators **GET /route-optimizer/api/external/operators** Retrieves all operators known to Routescanner with their internal identifier and Standard Carrier Alpha Code (SCAC).
**⚠️ This API is only accessible after explicit access has been granted. If you wish to gain access, please contact us at support@routescanner.com.** ## Servers - Routescanner base URL: https://connect.routescanner.com (Routescanner base URL) ## Parameters ## Responses ### 200: OK #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **scac** (string | null) ### 403: Forbidden, provided credentials are not valid. ### 401: Unauthorized, missing credentials. ### 500: Something went wrong on the Routescanner server. [Powered by Bump.sh](https://bump.sh)