Retrieve information about a temporary mailing list.
GET
https://www.prayerletters.com/api/v1/lists/{list_id}
URL Parameters
- list_id
- The ID of the list to be retrieved.
Successful Response
HTTP/1.1 200 OK
{
"created" : "2024-12-14T12:20:11",
"expires" : "2024-12-28T12:20:11",
"list_id" : "l-0jr-f5eh",
"metadata" : {
"custom_field" : "custom value"
},
"name" : "Test List"
}
Error Response
- 403 lists.permission_error
- You need the
lists.read
scope to perform this action.
API Basics
Contacts API
Files API
Fonts API
Lists API
Logos API
Payment API
Stock API
Webhooks API