Skip to content

List subscription plans

GET
/v1/billing/plans
curl --request GET \
--url https://shareout.site/v1/billing/plans

Available Pro and Teams plans

Media type application/json
object
plans
Array<object>
object
id
string
name
string
tier
string
Allowed values: pro teams
interval
string
Allowed values: monthly annual
price_cents
integer
min_seats
integer
Example
{
"plans": [
{
"tier": "pro",
"interval": "monthly"
}
]
}