GET
/
api
/
stripe
/
usage_plans
curl --request GET \
  --url https://api.trieve.ai/api/stripe/usage_plans
[
  {
    "created_at": "2021-01-01 00:00:00.000",
    "current_period_end": "2021-01-01 00:00:00.000",
    "id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
    "organization_id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
    "plan_id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
    "stripe_id": "sub_123",
    "updated_at": "2021-01-01 00:00:00.000"
  }
]

Response

200
application/json

List of all plans

The response is of type object[].