cURL
curl --request GET \ --url https://api.clearproxy.io/me \ --header 'X-API-Key: <x-api-key>'
{ "user": { "id": "123e4567-e89b-12d3-a456-426614174000", "email": "[email protected]", "checks": 5000, "balance_breakdown": { "root_balance": 3000, "temp_balance": 2000 } }, "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