GET
/
version
curl --request GET \
  --url https://dev.api.mufi.app/version
{
  "version": "2.23.0"
}

Response

200 - application/json

The current version of the API as a JSON object.

The response is of type object.