Skip to main content
GET
Get contract

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contractId
string
required

The ID of the contract.

Example:

"ctr_z23aoo8naxk68ewcr64tchh5"

Query Parameters

expand
string

Comma-separated list of relations to expand. Allowed values: client, tenantAddress, clientAddress.

Example:

"client,tenantAddress,clientAddress"

Response

Default Response

Standard success response payload wrapped in a data property.

data
object
required

Contract resource returned by the API.