cURL
curl --request GET \ --url https://api.clearproxy.io/me \ --header 'X-API-Key: <x-api-key>'
{ "user": { "email": "[email protected]", "checks_used": 1, "remaining_checks": 10938392, "subscription_detail": { "UnlimitedPro": false }, "breakdown": { "root_balance": 10938392, "temp_balance": 0 } }, "history": [], "usage_last_30_days": [] }
Get account information, quota, and usage history
curl https://api.clearproxy.io/me \ -H "X-API-Key: clearpx_yourkey"
Show properties