Backend API
The backend API is a RESTful API that allows you to interact with the backend of the platform. The API is used to create, read, update, and delete data from the platform.
There are two API reference pages:
- API Reference
- API Reference (Swagger) (Only available when serving docs locally)
Authentication
The backend API uses JWT tokens for authentication. To authenticate with the API, you need to include the JWT token in the Authorization
header of your request. The token is generated when you log in to the platform.