BillingPlanDefinitions
Fetch all Billing Plan definitions for the user
Fetch all Billing Plan definitions for the user
post/v1/billing_plans/list
Request body
Example request
{
"sort": [
{
"column": "Name"
}
],
"filters": {
"plan_status": "active"
}
}Response
Successful operation