GET
/
{project_id}
/
plans
cURL
curl --request GET \
  --url https://crxbase.com/api/{project_id}/plans
{
  "plans": [
    {
      "id": "<string>",
      "name": "<string>",
      "price": 123,
      "credits": 123,
      "description": "<string>",
      "billing_cycle": "once"
    }
  ]
}

Path Parameters

project_id
string
required

ID of the project

Response

Successful response

plans
object[]