cURL
curl --request GET \ --url https://www.postable.com/api/v1/cards/fonts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "family_name": "<string>" } ] }
Get available fonts for cards
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of fonts
Show child attributes