Retrieve a list of fonts that can be used for variable-data printing and on envelopes
GET https://www.prayerletters.com/api/v1/fonts
Please contact us if you have a license for a font that isn't listed in the results and want to use it in a mailing.

Successful Response

HTTP/1.1 200 OK
{ "data" : [ { "id" : "f-14n-p3qv", "name" : "Andy", "type" : "font" }, { "id" : "f-0ac-wvz4", "name" : "Helvetica", "type" : "font" } ], "links" : { "self" : "/api/v1/fonts" }, "type" : "list" }