Skip to main content
GET
/
bills
/
inbound-email-address
Get the inbound bill email address for the current organisation
const options = {method: 'GET'};

fetch('https://api.dolfinai.co/bills/inbound-email-address', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "address": "<string>"
}

Response

OK

address
string
required