GET /seedlisting/{id}/seedlisting_email/{seedlistingEmailId}
GETseedlisting/:id/seedlisting_email/:seedlistingEmailId
Retrieve the inbox placement result 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
Returns
- dataobject
- idstringUnique identifier of the seedlisting email record
- statusstringDelivery status of the seed email
- processing_statusstringProcessing status of the seed email
- seedlisting_idstringReference to the parent seedlisting test
- profile_idstringProfile ID associated with this seedlisting email record
- emailstringSeed email address
- hoststringEmail provider host for this seed address
- fromstringSender email address
- ipstringSending IP address detected for this email
- received_timestampstringTimestamp when the email was received by the seed account
- sended_timestampstringTimestamp when the test email was sent
- subjectstringSubject line of the test email
- spamassasinobjectSpamAssassin analysis results for this email
- allowednumberMaximum allowed spam score threshold
- evaluationnumberCalculated spam score assigned to the email
- spambooleanIndicates whether the email was classified as spam
- rulesobjectSpamAssassin rules that matched the email
- namestringName of the matched SpamAssassin rule
- descriptionstringDescription of the matched SpamAssassin rule
- scorenumberScore assigned by the matched SpamAssassin rule
- namestring
- allowednumber
- email_bodystringFull raw body of the received email
- headersobjectParsed email headers as key-value pairs
- idstring
Error Codes
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
404 Not Found
Not Found
500 Internal Server Error
Internal server error