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

Retrieve a single mailing list contact.

Scope Required

contacts.read

URL Parameters

id
Example: c-###-####

The ID of the contact to be retrieved. It typically follows the format c-###-####, but is not guaranteed to do so, and should be treated as an opaque string.

Response

200 OK

Response Body

contacts.contact.v1 Object

Example

{
   "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"
}