-
Notifications
You must be signed in to change notification settings - Fork 1
API Access
Adrian Harwood edited this page Apr 23, 2025
·
4 revisions
All users who have access to the web application can access the API. Documentation for the API is available here. To access the API endpoints, users will need to generate an API key to use in the header of the requests from within the Developer Settings in the web app. When running from source, a Jwt:SecretKey parameter needs to be injected into the configuration. This must be at least 32 characters long. Further details can be found in the README.