Retrieve a single contact from the database.
GET
https://www.prayerletters.com/api/v1/contacts/{contact_id}
URL Parameters
- contact_id
- The ID of the contact to be retrieved, as returned by GET. It typically follows the format
c-###-####
, but is not guaranteed to do so, and should be treated as an opaque string.
Successful Response
HTTP/1.1 200 OK
{
"address" : {
"city" : "Lebanon",
"country" : "",
"postal_code" : "03766",
"state" : "NH",
"street" : "123 Main St."
},
"company" : null,
"contact_id" : "c-0x7-pzm5",
"external_id" : null,
"file_as" : "Tischler, Joe",
"greeting" : "Joe and Mary",
"name" : "Joe and Mary Tischler"
}
API Basics
Contacts API
Files API
Fonts API
Lists API
Logos API
Payment API
Stock API
Webhooks API