Skip to main content
GET
/
providers
/
stats
Get sending account statistics
curl --request GET \
  --url https://app.sendmux.ai/api/v1/providers/stats \
  --header 'Authorization: Bearer <token>'
{
  "meta": {
    "request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
  },
  "data": {
    "total": 12,
    "active": 8,
    "inactive": 3,
    "error": 1,
    "pending": 0,
    "by_type": {
      "smtp": 6,
      "gmail_api": 4,
      "outlook_api": 2,
      "amazon_ses": 1
    },
    "by_status": {
      "active": 8,
      "inactive": 3,
      "error": 1,
      "pending": 0
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.

Response

Sending account statistics

ok
enum<boolean>
required
Available options:
true
meta
object
required
data
object
required