POSThttps://www.prayerletters.com/api/v1/orders
Create an order based on an existing saved order and a new mailing list.
Scope Required
orders.write
Request Body
orders.resend_to_list.v1 Object
Example
{
"list_id" : "l-###-####",
"saved_order_id" : "l-###-####"
}
Response
201 Created
Response Body
orders.resend_created.v1 ObjectExample
{
"created" : "2025-11-30T06:08:55-05:00",
"order_id" : "m-###-####"
}
Errors
400 orders.invalid_id
A provided ID was invalid or didn't match an existing record.
API Overview
Contacts API
Files API
Hooks API
Orders API