POST
/
api
/
v1
/
account-balances
/
kyt-intercom-ticket
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>"
}

Response

Unauthorized Error

message
string