cURL
curl --request GET \ --url https://crxbase.com/api/{project_id}/plans
{ "success": true, "data": [ { "id": "<string>", "name": "<string>", "price": 123, "credits": 123, "description": "<string>", "billing_cycle": "once" } ] }
Get the list of available plans for the project
ID of the project
Plans retrieved successfully
list of plans
Show child attributes