Skip to main content

Account Stats

Retrieve your current credit balance and account information.

Endpoint GET https://api.checkemail.dev/api/v1/account

Requires Permission: stats

Example Request

curl "https://api.checkemail.dev/api/v1/account" \
-H "x-api-key: YOUR_KEY"

Example Response

{
"email": "[email protected]",
"balance": 4500,
"plan": "free",
"created_at": "2025-01-01T12:00:00.000Z",
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}

Note: The user_id field has been removed from this endpoint for privacy reasons.