Analysis
Perform tests and pull reports on your data.
Perform a spam test
Perform spam testing on the specified email.
get https://mailosaur.com/api/analysis/spam/:email
Parameters
Name | Type | In | Description |
---|---|---|---|
email | string | path | The identifier of the email to be analysed. |
Response
Status: 200 OK
{
"spamFilterResults": {
"spamAssassin": [
{
"score": 0,
"rule": "ABC123",
"description": "ABC123"
}
]},
"score": 0
}