Since this development kit can be registered with real LMS production instances, the HTTP API endpoints are protected by an API key.
This API key is configurable on the .env file, in the APP_API_KEY
environment variable.
Every HTTP API endpoint request must provide this key as a token bearer via the request header Authorization: Bearer <token>
.
The development kit HTTP endpoints are described in the openapi documentation.