Skip to main content

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

Successful Response

Schema

    any

Loading...