Plan
Retrieves the collection of Plan resources.
Retrieves the collection of Plan resources.
get/plans
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Plan collection
Example response
[
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "706f68c5-46b2-43d8-9aa8-41d1cc2a317f",
"isActive": true,
"aggregateUsage": "sum",
"amount": 200,
"billingScheme": "per_unit",
"currency": "USD",
"description": "Monthly streaming subscription",
"productId": "2",
"tiersMode": "volume",
"usageType": "metered"
}
]