GEThttps://www.prayerletters.com/api/v1/contacts

Download the active mailing list.

Scope Required

contacts.read

Response

200 OK

Response Body

contacts.v1 Object

Example

{
   "contacts" : [
      {
         "address" : {
            "city" : "Lebanon",
            "country" : "",
            "postal_code" : "03766",
            "state" : "NH",
            "street" : "123 Main St."
         },
         "company" : null,
         "contact_id" : "c-###-####",
         "external_id" : null,
         "file_as" : "Tischler, Joe",
         "greeting" : "Joe and Mary",
         "name" : "Joe and Mary Tischler"
      },
      {
         "address" : {
            "city" : "Lebanon",
            "country" : "",
            "postal_code" : "03766",
            "state" : "NH",
            "street" : "123 Main St."
         },
         "company" : null,
         "contact_id" : "c-###-####",
         "external_id" : null,
         "file_as" : "Tischler, Joe",
         "greeting" : "Joe and Mary",
         "name" : "Joe and Mary Tischler"
      }
   ]
}