Get all 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.
GET
/route-optimizer/api/external/operators
curl \
--request GET 'https://connect.routescanner.com/route-optimizer/api/external/operators'
Response examples (200)
{
"id": "string",
"name": "string",
"scac": "string"
}