Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Customer ID and optional filters
Include commit/credit ledgers in the response. Setting this flag may cause the response to be slower.
Include archived contracts in the response.
Include the balance of credits and commits in the response. Setting this flag may cause the response to be slower.
Optional RFC 3339 timestamp. Only include contracts that started on or after this date. This cannot be provided if covering_date filter is provided.
Optional RFC 3339 timestamp. Only include contracts active on the provided date. This cannot be provided if starting_at filter is provided.
Response
Success