Retrieve available paper types
GET https://www.prayerletters.com/api/v1/stock/paper

Successful Response

HTTP/1.1 200 OK
{ "data" : [ { "bleed" : true, "collection" : null, "foldable" : true, "height" : 11, "id" : "p-0gf-e7ye", "name" : "White", "size" : "letter", "type" : "paper_stock", "width" : 8.5 }, { "bleed" : true, "collection" : null, "foldable" : true, "height" : 14, "id" : "p-120-sa1w", "name" : "White, Legal", "size" : "legal", "type" : "paper_stock", "width" : 8.5 }, { "bleed" : false, "collection" : "Pastel Paper", "foldable" : true, "height" : 11, "id" : "p-3zh-mr9k", "name" : "Goldenrod", "size" : "letter", "type" : "paper_stock", "width" : 8.5 } ], "type" : "list" }