Skip to main content
GET
/
v1
/
billing
/
plans
List Plans
curl --request GET \
  --url https://api.oviond.com/v1/billing/plans \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "price": {},
      "product": {},
      "tiers": [
        {}
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Plan list

success
enum<boolean>
required
Available options:
true
data
object[]
required