Skip to main content
GET
Retrieve changes

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

contractId
string
required

The unique identifier of the contract for which changes are being retrieved.

Response

successful operation

changes
object[]
required

An array of contract change summaries. Each item in the array provides details about a specific change made to the contract, represented by the ContractChangeSummaryResponse schema.

Last modified on September 9, 2026