v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
carriers

List Carrier Services

List the services associated with the carrier ID

get/v1/carriers/{carrier_id}/services

Response

The request was a success.

Example response

{
  "services": [
    {
      "carrier_id": "se-28529731",
      "carrier_code": "se-28529731",
      "service_code": "usps_media_mail",
      "name": "USPS First Class Mail"
    }
  ]
}