Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.sendkit.dev/metrics/reputation \ --header 'Authorization: Bearer <token>'
{ "data": { "status": "healthy", "hard_bounce_rate": 1.2, "total_bounce_rate": 2.5, "complaint_rate": 0.05, "total_sent": 342 } }
Returns the current sending reputation status with bounce and complaint rates.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Reputation retrieved successfully
Show child attributes