Find payable facilities and retrieve the charges held for a shipment.
A facility served by an integration returns an integration block describing how to fetch its charges. A facility without that block is paid directly, with no lookup. See Paying a Facility for the full decision flow.
Search the facility catalog. Supply at least one filter. Results are paginated.
Security
bearerAuth and appId
- Mock serverhttps://developer.cargosprint.com/_mock/sprintpay/openapi/facilities
- Productionhttps://cart.cargosprintgroup.com/facilities
- Staginghttps://cart-staging.cargosprintgroup.com/facilities
curl -i -X GET \
'https://developer.cargosprint.com/_mock/sprintpay/openapi/facilities?name=Worldwide%20Flight%20Services&firmsCode=E528&airportCode=LAX&airlinePrefix=020&page=0&size=10' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'X-APP-ID: YOUR_API_KEY_HERE'Response
{ "content": [ { … } ], "totalElements": 42, "totalPages": 5 }