curl --request GET \
--url https://api.dualship.run/api/v1/billing/plans{
"plans": [
{
"id": "plan_starter",
"interval": "month",
"name": "Starter",
"price": 29
}
]
}Get all available subscription plans
curl --request GET \
--url https://api.dualship.run/api/v1/billing/plans{
"plans": [
{
"id": "plan_starter",
"interval": "month",
"name": "Starter",
"price": 29
}
]
}List of available plans
List of available billing plans
Show child attributes
Was this page helpful?