mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
882 B
882 B
Accessing the Moderne API
Moderne.io offers a GraphQL API https://api.moderne.io for customers to interact with through the usage of a personal access token.
Prerequisites
- Create a Moderne Personal Access Token
Go to the Moderne API
Configure your access token
In the HTTP Headers pane of GraphQL Playground, enter in your token for the Authorization header.

(Optional) View the Documentation
After you have configured your personal access token, you can click the Docs tab on the right-hand side of the screen to explore the various Queries and Mutations offered by the API.
