public-api
Get Status Route
Handles GET requests at the '/status' endpoint.
This route function is designed to provide a quick status check of the API. When called, it returns a JSON response indicating the operational status of the API.
Returns: ApiResponse: An object of ApiResponse schema which includes a 'status' key set to 'success' and a 'data' key containing a message about the API's operational status.
get/status
Response
Successful Response
{"stackTrail":"paths:/status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 4 revisions of this API.