Get Special Services

The operation fetches Special Services for a given carrier, service, origin country, and the destination country. If query parameters are not provided, it will default to USPS as carrier, US as both origin, and destination country and will show for all service and parcel types

SecuritybearerAuth
Request
query Parameters
service
string

The serviceId. It can be referred from response of Get Services API

parcel
string

The parcel Id, a unique identifier named to individual package. It can be referred from response of Get Parcel Types API

carrier
string

The CarrierID, a unique identifier given to an individual carrier. It can be referred from response of Get Carriers API

originCountryCode
string

The Source Country. The two-character ISO country code for the country where the Shipment originates.

destinationCountryCode
string

The Destination Country for the Shipment. The two-character ISO country code for the country where the shipment is to be delivered.

header Parameters
X-PB-Developer-Partner-Id
string

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

Responses
200

The Special Service has been fetched successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/specialServices
Request samples
Response samples
application/json
{
  • "services": [
    ]
}