Skip to main content
GET
/
cards
/
fonts
List available fonts for cards
curl --request GET \
  --url https://www.postable.com/api/v1/cards/fonts \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "<string>",
      "family_name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of fonts

data
object[]
I