Skip to main content
GET
/
api
/
v1
/
billing
/
plans
List available plans
curl --request GET \
  --url https://api.dualship.run/api/v1/billing/plans
{
  "plans": [
    {
      "id": "plan_starter",
      "interval": "month",
      "name": "Starter",
      "price": 29
    }
  ]
}

Response

List of available plans

List of available billing plans

plans
object[]