latestOpenAPI 3.1.02026-08-1217210199.4 KB

1684e1dda9be

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"}