Get Status
GET/v2/status/
Get the status of the API.
This endpoint returns the status of the server as a JSON object.
Returns: dict: A dictionary containing the status of the API.
Example: {"status": "OK"}
Responses
- 200
Successful Response
- application/json
- Schema
Schema
any
Loading...