Contracts
Contracts API
The Contracts API provides access to a list of contracts within a tenant. This API supports filtering, pagination, and sorting.
API Endpoint
Query Parameters
Parameter
Type
Description
Default
orderByDescending
boolean
Whether to sort results in descending order
true
orderByProperty
string
Field to sort by
createdAt
pageSize
number
Number of results per page
20
pageNumber
number
Page number for pagination
1
fromDate
string
Filter contracts created from this date (optional)
null
toDate
string
Filter contracts created up to this date (optional)
null
searchText
string
Search term for contract filtering (optional)
null
Authentication Requirements
All requests must include authentication credentials.
Authorization Header: Pass the API key and secret as
<API_KEY>:<API_SECRET>
.
Example Request
Example Response
Last updated