Introduction#
Welcome to the Afosto Developer Documentation. This guide will help you integrate with the Afosto platform using our GraphQL API.
What is the Afosto API?#
The Afosto API is a GraphQL API that gives you full programmatic access to your Afosto data. You can use it to manage products, orders, customers, inventory, and more — all through a single, flexible endpoint.
GraphQL#
All API interactions go through a single GraphQL endpoint. GraphQL lets you request exactly the data you need — no more, no less. This means faster responses and simpler client code.
Next steps#
- Authentication — get your API key and learn how to authenticate
- Making Requests — send your first query
- API Overview — explore the full API surface