Font Awesome · OAuth Scopes

Font Awesome OAuth Scopes

OAuth 2.0 searched

Font Awesome publishes 8 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Font Awesome API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

IconsSVGFontsWeb DesignDeveloper ToolsGraphQLIcon LibraryFrontendDesign SystemCompany
Scopes: 8 Flows: Method: searched

Scopes (8)

ScopeDescriptionFlows
public Default scope granted to all requests, including unauthenticated ones; access to free/public metadata.
kits_read Read-only access to Kit configuration metadata and the account's icon uploads (Pro).
kits_download Permits downloading Kits (Pro).
profile_read Read-only access to personally identifiable account information such as email address.
domains_read Read-only access to the account's CDN referrer/domain whitelist (Pro).
entitlements_read Read-only access to account entitlements — the features/Icon Collections the account may use.
svg_icons_free Read-only access to SVG path data for Font Awesome Free icons.
svg_icons_pro Read-only access to SVG path data for Pro-exclusive families plus all Free SVGs (Pro).

Source

OAuth Scopes

font-awesome-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.fontawesome.com/apis/graphql/auth
docs: https://docs.fontawesome.com/apis/graphql/auth
model: >-
  Scopes are attached to an account API token; the access token minted at the
  token endpoint inherits those scopes. Account holders can self-generate tokens
  with the `public` and `kits_read` scopes; other scopes require contacting
  Font Awesome support.
token_endpoint: https://api.fontawesome.com/token
scopes:
  - scope: public
    description: Default scope granted to all requests, including unauthenticated ones; access to free/public metadata.
    self_serviceable: true
  - scope: kits_read
    description: Read-only access to Kit configuration metadata and the account's icon uploads (Pro).
    self_serviceable: true
  - scope: kits_download
    description: Permits downloading Kits (Pro).
    self_serviceable: false
  - scope: profile_read
    description: Read-only access to personally identifiable account information such as email address.
    self_serviceable: false
  - scope: domains_read
    description: Read-only access to the account's CDN referrer/domain whitelist (Pro).
    self_serviceable: false
  - scope: entitlements_read
    description: Read-only access to account entitlements — the features/Icon Collections the account may use.
    self_serviceable: false
  - scope: svg_icons_free
    description: Read-only access to SVG path data for Font Awesome Free icons.
    self_serviceable: false
  - scope: svg_icons_pro
    description: Read-only access to SVG path data for Pro-exclusive families plus all Free SVGs (Pro).
    self_serviceable: false