Check the status of the Masumi Payment Service API
Last updated 1 day ago
Object with user data.
const response = await fetch('./../api/v1//health/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "up" }