Skip to content

System Endpoints

/sys/version

Get the following information about the app:

keytypemandatorydescription
BUILD_TARGETprod | devYesWhether it's a build or local development instance
APP_ENVStringYesApplication environment defined in .env
BUILD_DATEISO DatetimeNoDate and time (UTC) of build
BUILD_COMMIT_SHAShort SHANoCommit hash of build

/sys/db/reset

Trigger a reset of the database to a database dump specified in the DB_RESET_TO_SQL_DUMP_FILE environment variable and placed in /storage/public. You will be asked to authenticate using an user with admin permissions in order to reset the database.