The Folio API is a GraphQL API that allows you to build an custom integration which can then interact with parts of Folio.
The API Is able to :
- Get Folios As a Server
- Create Folios From a Public Link
- Create New Folios
- Create new Entities & Contacts
- Update Folios
- Update Entities & Contacts.
The API is also rate limited to 60 requests per 10 seconds and 1000 requests per hour.
The Articles listed below will help you get started with the API and provide some examples of the queries and mutations you can make when using the API.
- Making an Application
- Creating and Updating with the API
- API Field Rules
- Get Folios As a Server
- Uploading Attachments
- Getting FieldId's
- API Additional Queries
- API Getting Folios
On the graphiql interface there are also more technical documentation that you can access by clicking on the Docs button on the top right of the screen.