Appearance
Client Details
Gets basic information about the client
Private Client SA
Get client details
js
invsy.api.privateClient.pbsa.client.get().then((res) => {
return res.result;
})invsy.api.privateClient.pbsa.client.get().then((res) => {
return res.result;
})Private Client UK
Get client details
js
invsy.api.privateClient.pbuk.client.get().then((res) => {
return res.result;
})invsy.api.privateClient.pbuk.client.get().then((res) => {
return res.result;
})