Skip to main content

Getting started with the Frontify GraphQL API

An introduction to the Frontify GraphQL API, what it can do, how to get access, and where to find documentation and developer resources.

The Frontify GraphQL API lets you query and manage your Frontify environment programmatically. Whether you want to sync assets to an external system, automate user management, retrieve brand data for a custom integration, or build an app on top of the platform, the API is where that work happens.

You'll find the full API reference and documentation in the Frontify Developer Portal.


What can you do with the API?

The API gives you programmatic access to the core objects in your Frontify environment, including:

  • Accounts, brands, and workspaces

  • Libraries, projects, and folders

  • Assets and their metadata

  • Users and permissions

Common use cases include pulling assets into third-party tools, automating onboarding workflows, building internal dashboards, and keeping metadata in sync across systems.


What do you need to get started?

You'll need a Frontify account with API access enabled. Authentication is handled via OAuth 2.0. To generate your credentials, go to your Frontify account settings and look for the Developer section, or visit the authentication guide in the developer docs.

If you're unsure whether your plan includes API access, contact your account manager or reach out to Support.


Other developer tools

Alongside the GraphQL API, Frontify offers a few other services worth knowing about:

  • Finder — lets users access Frontify assets directly inside web-based third-party tools

  • Authenticator — handles secure authentication for public web-based applications

  • Webhooks — notifies your systems of changes happening in Frontify in real time

  • Media Processing API — transforms and optimizes assets on the fly for delivery

  • Brand SDK — lets you build custom content blocks for Frontify Brand Guidelines


Need help?

The Frontify Developer Portal is the best starting point for technical documentation. For questions about specific use cases or API behaviour, you can also join the Frontify developer community on Slack.

If you run into account-level issues or aren't sure whether something is supported, contact Frontify Support.

Did this answer your question?