Skip to main content

GET /seedlisting/{id}/seedlisting_email/{seedlistingEmailId}/spamassassin

GET 

seedlisting/:id/seedlisting_email/:seedlistingEmailId/spamassassin

Deprecated Endpoint

This API endpoint has been deprecated and may be removed in a future version.

Retrieve spamassassin score details for a specific seed email address

Path Parameters

id string Required
Unique identifier of the seedlisting test

seedlistingEmailId string Required
Unique identifier of the seedlisting email

Query Parameters

descriptive boolean
When true, returns full rule objects with name, score, and description. When false, returns only rule names

Returns

  • dataobject
    • allowednumber
      Maximum allowed spam score threshold
    • evaluationnumber
      Calculated spam score assigned to the email
    • rulesarray
      SpamAssassin rules that matched the email
      Rule name (when descriptive=false)
    • spamboolean
      Indicates whether the email was classified as spam
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

404 Not Found

Not Found

500 Internal Server Error

Internal server error