List Services
Use this endpoint to retrieve a list of service levels offered by a particular carrier. Service levels include things like standard delivery and guaranteed end of day delivery.
Requirements
- The unique
carrier_id
for the LTL carrier. This ID represents your connection with a specific carrier and it is generated and returned when you connect a carrier account.
You may also retrieve carrier connection information including the carrier_id
from our List Connected Carriers endpoint.
Response Body
The response object returned from sucessful requests to this endpoint will contain a list of services offered by a carrier. Each service will contain the parameters from the below table:
Name | Type | Required | Description |
---|---|---|---|
code | string | ✔ | The code for the type of service offered by the carrier. |
features | list | ✔ | This is a list of which endpoints where these accessorial services may be used. |
name | string | ✔ | The name or short description of the service. |
Example Request & Response
GET /v-beta/ltl/carriers/:carrier_id/services
Example response: