Authorization: Bearer ********************
curl --location --request GET 'https://api.antitempmail.com/api/v1/dashboard/stats' \ --header 'Authorization: Bearer <token>'
{ "metrics": { "monthlyChecks": 1250, "highRiskCount": 85, "highRiskPercentage": "6.8", "accuracyRate": 97.7, "activeBatchJobs": 2 }, "recentChecks": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "email": "user@example.com", "risk_score": 0, "risk_level": "string", "created_at": "2019-08-24T14:15:22.123Z" } ], "credits": 5000, "profile": { "name": "John Doe", "email": "john@example.com" } }