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-prod.syntr.co/api/v1/email-marketing/sender-emails/:id \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "id": "b7e1", "email": "support@domain.com", "is_verified": true, "stats": { "sent": 5000, "bounces": 12 } } }
Fetch full detailed state of a sending identity.