Seed List

Run in Postman
Import the SparkPost API as a Postman collection

The Seed List API allows you to programmatically retrieve your seed list, which is used for measuring your deliverability.

Note: The Seed List API is available to the SparkPost Deliverability Add-On customers only.

Request

GET /api/v1/seeds

Response

{
  "results": [
    "9dd6f893-1b2c-393d-ad7a-7daf42204b30@reference-seed.sparkpost.com",
    "miaroob.r77@gmail.com",
    "michael.pagac.r84@gmail.com",
    "alan.r.reichert.78@gmail.com",
    "elsevandervort.r62@gmail.com",
    "emilie.brekke.r66@gmail.com",
    "angela.stoltenberg.r65@gmail.com",
    "gusmurphyr71@gmail.com",
    "karl.batz.71@gmail.com",
    "jaylin.hintz.75@gmail.com",
    "matt.dare.1979@gmail.com",
    "melissa.crooks.84@gmail.com",
    "samantha.emard.74@gmail.com",
    "charles.pfannerstill.75@gmail.com"
  ]
}

Retrieve Seed List

GET/api/v1/seeds

In order for a primary account to specify retrieval of a subaccount, the X-MSYS-SUBACCOUNT header must be set with the desired subaccount id. A primary or subaccount retrieving its own seed list does not need to explicitly set this.

We recommend that you cache the seed list and update it when our Seed List Update Notification service sends out an email with the latest seed list.