Billing
List Plans
List available subscription plans from Stripe
GET
List Plans
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List available subscription plans from Stripe
curl --request GET \
--url https://api.oviond.com/v1/billing/plans \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"price": {},
"product": {},
"tiers": [
{}
]
}
]
}curl --request GET \
--url https://api.oviond.com/v1/billing/plans \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"price": {},
"product": {},
"tiers": [
{}
]
}
]
}