Skip to main content
GET
/
me
/
client-settings
Get client settings for the caller's organisation
const options = {method: 'GET'};

fetch('https://api.dolfinai.co/me/client-settings', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "clientId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "arEmailsEnabled": true,
  "payByBankEnabled": true,
  "gmailConnectorEnabled": true,
  "logoUrl": "<string>",
  "primaryColour": "<string>"
}

Response

OK

clientId
string<uuid>
required
name
string
required
arEmailsEnabled
boolean
required
payByBankEnabled
boolean
required
gmailConnectorEnabled
boolean
required
logoUrl
null | string
primaryColour
null | string