Skip to main content
GET
Get Contract

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

Partner contract details.

PartnerCustomerId
integer<int64> | null

Id of the partner-customer relationship the contract applies to. Set for customer contracts, null for partner-level contracts

ContractValue
number<decimal>

Total contract value over the agreed period

MonthlyCommitmentValue
number<decimal> | null

Optional monthly commitment value displayed alongside usage charts. Null if no monthly commitment is agreed

ContractStartDate
string<date-time>

Start date of the contract

ContractEndDate
string<date-time>

End date of the contract

ContractBillingType
enum<integer>

Billing arrangement agreed with the customer

Available options:
1,
2,
3
Currency
enum<integer>

Currency of the contract

Available options:
0,
1
UpdatedByUserId
string | null

User id of the user updating this contract

PartnerUserId
string | null

User id of the partner this contract applies to. Set for partner-level contracts, null for customer contracts

Last modified on August 12, 2026