Check the status of the Masumi Registry Service API
Last updated 1 day ago
Object with health and version information.
const response = await fetch('./../api/v1//health/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "type": "masumi-registry", "version": "0.1.2" }, "status": "success" }