Skip to main content
GET
List contract rates
Contracts needs to be activated on your account before you can use it. Reach out to your Opereit account manager to get it turned on.

Authorizations

Authorization
string
header
required

HTTP Basic Auth using your API key. Send Authorization: Basic base64(key_id:key_secret).

Path Parameters

contract_id
string
required

ID of the contract.

Query Parameters

limit
integer
default:50

Number of items to return per request.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous response. Omit on the first request.

origin_country
string

Filter by ISO 3166-1 alpha-2 origin country code.

Required string length: 2
destination_country
string

Filter by ISO 3166-1 alpha-2 destination country code.

Required string length: 2
service_type
string

Filter by carrier service code (e.g. EXPRESS_WORLDWIDE).

weight_min
number

Return only rates whose weight band overlaps with weight ≥ this value (kg).

weight_max
number

Return only rates whose weight band overlaps with weight ≤ this value (kg).

Response

Cursor-paginated rate-card entries.

data
object[]
required
pagination
object
required
Last modified on August 25, 2026