cURL
curl --request GET \ --url https://crxbase.com/api/{project_id}/user
{ "email": "<string>", "paid": true, "plans": [ { "id": "<string>", "name": "<string>", "price": 123, "credits": 123, "description": "<string>", "billing_cycle": "once", "status": "active", "paid_at": "2023-11-07T05:31:56Z", "canceled_at": "2023-11-07T05:31:56Z" } ], "credits_left": 123 }
Get the user information.
ID of the project
Successful response
User email address
True if the user has at least one active subscription or has purchased a lifetime (billing_cycle = once) plan
All plans the user has purchased
Show child attributes
Remaining credits