Skip to main content
GET
/
emails
/
delivery-info
Get email delivery info
curl --request GET \
  --url https://api.stack-auth.com/api/v1/emails/delivery-info
{
  "stats": {
    "hour": {
      "sent": 123,
      "bounced": 123,
      "marked_as_spam": 123
    },
    "day": {
      "sent": 123,
      "bounced": 123,
      "marked_as_spam": 123
    },
    "week": {
      "sent": 123,
      "bounced": 123,
      "marked_as_spam": 123
    },
    "month": {
      "sent": 123,
      "bounced": 123,
      "marked_as_spam": 123
    }
  },
  "capacity": {
    "rate_per_second": 123,
    "boost_multiplier": 123,
    "penalty_factor": 123,
    "is_boost_active": true,
    "boost_expires_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful response

stats
object
required
capacity
object
required