GEThttps://www.prayerletters.com/api/v1/orders/saved

Retrieve a list of saved orders.

Note: For accounts with a large number of saved orders ("large" isn't specified, but is at least more than 25), only a subset of orders will be returned by this call. If you expect this to become an issue, contact us and we'll add details about accessing multiple pages of results.

Response

200 OK

Response Body

orders.saved_orders.v1 Object

Example

{
   "saved_orders" : [
      {
         "created" : "2024-04-28T03:50:03-04:00",
         "name" : "...",
         "saved_order_id" : "l-###-####"
      },
      {
         "created" : "2024-04-28T03:50:03-04:00",
         "name" : "...",
         "saved_order_id" : "l-###-####"
      }
   ]
}