---
title: "Get Fonts"
method: GET
path: "/accounts/{{account_id}}/fonts"
tags: ["Fonts"]
---

# Get Fonts

`GET /accounts/{{account_id}}/fonts`

Gets all fonts for the account

## Response `200`

SUCCESS

- FontList — List of In-Page Experience Fonts
  - `items` Font[]
    - `id` string — Font ID
    - `accountId` string — Video Cloud account ID
    - `name` string — Font name
    - `css` string — CSS required to import the font
    - `updatedAt` string — ISO-8601 date when the font was last modified
    - `createdAt` string — ISO-8601 date when the font was created

## Other responses

- `401` — UNAUTHORIZED: Authentication failed - check to make sure your client credentials were correct for the access token

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-in-page-experiences-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-in-page-experiences-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-in-page-experiences-api-reference/versions/4ba1a5bb9017/schema)
