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 \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "sender_emails": [ { "id": "b7e1-acde", "email": "updates@platform.io", "verified": true, "provider": "aws_ses" } ], "pagination": { "page": 1, "limit": 10, "total": 1, "pages": 1 } } }
Fetch all provisioned mailboxes, their delivery health, and verification states.