cURL
curl --request GET \ --url https://api.sendkit.dev/metrics/reputation \ --header 'Authorization: Bearer <token>'
{ "data": { "status": "healthy", "bounce_rate": 1.2, "complaint_rate": 0.05, "total_sent_24h": 342 } }
Returns the current sending reputation status with bounce and complaint rates from the last 24 hours.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Reputation retrieved successfully
Show child attributes