Emails API¶
Access and manage captured emails.
List Emails¶
Parameters: - page, limit: Pagination - threat_score: Filter by threat score - threat_type: Filter by threat type - date_range: Filter by date range - sort: Sort results
Example:
curl -X GET "https://api.smailander.com/v1/emails?threat_score=gt:50&limit=25" \
-H "Authorization: Bearer YOUR_API_KEY"
Get Email Details¶
Delete Email¶
List Attachments¶
Download Attachment¶
Support¶
- API Overview - Back to API overview
- FAQ - Common questions
- Contact - Get support