Skip to main content
GET
/
plans
List plans
curl --request GET \
  --url https://api.rootkey.ai/api-v1/plans
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "price": 123,
    "isCustom": true,
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "features": [
      {}
    ]
  }
]

Query Parameters

filter
enum<string>
default:standard

Filter plans by type. Defaults to 'standard'.

Available options:
all,
custom,
standard

Response

Plans returned

id
string<uuid>
name
string
description
string | null
price
number
isCustom
boolean
updatedAt
string<date-time>
createdAt
string<date-time>
features
object[]