GET /seedlisting/{id}/seedlisting_email/{seedlistingEmailId}/spamassassin
GETseedlisting/: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
- allowednumberMaximum allowed spam score threshold
- evaluationnumberCalculated spam score assigned to the email
- rulesarraySpamAssassin rules that matched the emailRule name (when descriptive=false)
- spambooleanIndicates whether the email was classified as spam
- allowednumber
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