Skip to main content
GET
/
plans
List
curl --request GET \
  --url https://api.beyondwords.io/v1/plans
[
  {
    "id": 1,
    "name": "Pilot",
    "interval": "month",
    "currency": "usd",
    "amount": 100,
    "permissions": "pilot",
    "custom": true
  }
]

Response

200 - application/json

OK

id
integer
name
string
interval
string
currency
string
amount
integer
permission
string
custom
boolean
overage_enabled
boolean
overage_billing_threshold
integer | null
overage_price
integer | null
promotion_codes
object[] | null