Guides
Here are a few walk-thru guides to achieve basic tasks with INFast API.
💡 If you don't know where to start, the quickstart guide is a good option.
📄️ Quickstart
This guide explains how to have everything you need to be able to make your first INFast API request.
📄️ Your first request
The purpose of this document is to guide you in making your first request with the INFast API.
📄️ Response format
All responses from INFast API are in JSON and follow a standardized format. Here are the details 🧐
📄️ Get notified with webhooks
Webhooks are a standard callback method for web applications. When certain events happen, INFast API sends HTTP request to your server in order to notify you. To do so, you have to provide INFast API with an endpoint on your server.
📄️ OpenApi
The entire INFast API is developed using OpenApi as the single source of truth. OpenApi is a standard format for API specifications (more information here). Specifically, this file defines the API routes, the format of their inputs/outputs, as well as the API documentation.