Status Endpoints¶
API Ping¶
1 |
|
GET request for checking if the API is running. Example response body:
1 2 3 |
|
Possible status response code is 200 Success.
Database Connection Ping¶
1 |
|
GET request for checking connection to the database. Example response body:
1 2 3 |
|
Possible status responses code are 200 Success and 503 server error.
Get Git Version¶
1 |
|
Endpoint for getting git version info i.e. branch and commithash. Example response body:
1 2 3 |
|
Possible status response is 200 Success.
Last update: September 18, 2024