Javascript
const url = 'https://api.gnosispay.com/api/v1/account-balances/kyt-intercom-ticket'; const options = {method: 'POST', body: undefined}; try { const response = await fetch(url, options); const data = await response.json(); console.log(data); } catch (error) { console.error(error); }
{ "message": "<string>" }
Use the usual support channel instead
Unauthorized Error