<aside> 💡 The Famly Public V1 is currently experimental, and subject to change.
</aside>
→ You can now find the documentation at https://docs.famly.co/ ←
The API is implemented using GraphQL, and is available at https://famlyapi.famly.co/v1/graphql
. We strongly recommend getting familiar with GraphQL using their excellent documentation at https://graphql.org before getting started with the Famly API.
We currently support these query/mutation roots:
employees
groups
meals
sites
children
contacts
inquiries
files
(only mutations)payments
(only mutations, querying coming soon)invoices
(only mutations, querying coming soon)billpayers
(only mutations, querying coming soon)We host GraphiQL, which you can use to experiment with queries. Note that you won't be able to run most queries without authenticating. You can click "Docs" in the upper right corner to see relevant documentation.