List contracts
Contracts
List contracts
This endpoint allows fetching a list of contracts along with the plan instances attached to each one. Filter by customer to reach the plan instances of a given customer.
GET
List contracts
Authorizations
API Key Authentication.
Query Parameters
Only return contracts of these customers, identified by their id in our system.
Only return contracts of these customers, identified by their id in your system.
Pattern:
^[a-zA-Z0-9_-]+$Only return contracts in these statuses. All statuses are returned when omitted.
Available options:
active, canceled, completed, draft Number of items to skip before collecting the page.
Required range:
x >= 0Maximum number of items to return per page.
Required range:
1 <= x <= 100