Skip to main content

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

GET 

seedlisting/: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
    • idstring
      Unique identifier of the seedlisting email record
    • statusstring
      Delivery status of the seed email
    • processing_statusstring
      Processing status of the seed email
    • seedlisting_idstring
      Reference to the parent seedlisting test
    • profile_idstring
      Profile ID associated with this seedlisting email record
    • emailstring
      Seed email address
    • hoststring
      Email provider host for this seed address
    • fromstring
      Sender email address
    • ipstring
      Sending IP address detected for this email
    • received_timestampstring
      Timestamp when the email was received by the seed account
    • sended_timestampstring
      Timestamp when the test email was sent
    • subjectstring
      Subject line of the test email
    • spamassasinobject
      SpamAssassin analysis results for this email
      • allowednumber
        Maximum allowed spam score threshold
      • evaluationnumber
        Calculated spam score assigned to the email
      • spamboolean
        Indicates whether the email was classified as spam
      • rulesobject
        SpamAssassin rules that matched the email
        • namestring
          Name of the matched SpamAssassin rule
        • descriptionstring
          Description of the matched SpamAssassin rule
        • scorenumber
          Score assigned by the matched SpamAssassin rule
    • email_bodystring
      Full raw body of the received email
    • headersobject
      Parsed email headers as key-value pairs
Error Codes

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

404 Not Found

Not Found

500 Internal Server Error

Internal server error