Skip to main content
GET
List contracts

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
number
default:10
Required range: 1 <= x <= 1000
cursor
string
customerId
string
Pattern: ^[0-9a-fA-F]{24}$

Response

RequestSuccess

contracts
object[]
required
total
number
required
hasMore
boolean
required
nextCursor
string