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" } ] }
Get the plans for this project.
ID of the project
Successful response
Show child attributes