List of Carriers
Get list of Carriers
Retrieve a list of carriers, optionally filtering by various parameters such as name, code and more.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | Request body supports multiple filtering options. Please see the API Doc for more details. |
Request Examples (cURL):
Response
If successful, returns a paginated list of carriers in JSON format based on searched criteria.
No request body: Returns all carriers.
With filters in request body:
criteria
: Returns only matching carriers.select
: Only the requested fields are returned.
See more details in the API Doc.
Get list of Carrier Services
Retrieve a list of carrier services, optionally filtering by various parameters such as name, code and more.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | Request body supports multiple filtering options. Please see the API Doc for more details. |
Request Examples (cURL):
Response
If successful, returns a paginated list of carrier services in JSON format based on searched criteria.
No request body: Returns all carrier services.
With filters in request body:
criteria
: Returns only matching carrier services.select
: Only the requested fields are returned.
See more details in the API Doc.