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/inbox \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "messages": [ { "id": "msg_123", "snippet": "Interested!", "from": "lead@enterprise.com", "date": "2024-03-18T10:00:00Z" } ], "nextPageToken": "token_abc123" } }
Fetch messages for a specific sending identity.