Retrieve a list of temporary mailing lists available to the end-user
GET
https://www.prayerletters.com/api/v1/lists
Successful Response
HTTP/1.1 200
{
"lists" : [
{
"created" : "2023-01-30T15:34:42",
"expires" : "2023-02-13T15:34:42",
"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
Orders API
Payment API
Stock API
Webhooks API