API Docs / Schemas / ThirdPartyPlatformMetadata

ThirdPartyPlatformMetadata

Properties

Name Type Description
keystring
displayNamestring
authenticationTypestring
grantScopeenum

UserAccount SingleOrganisation

UserAccount SingleOrganisation

capabilitiesarray of string
iconUrlstring
logoUrlstring
supportsProfitAndLossboolean
supportsTrialBalanceboolean
supportsBalanceSheetboolean
isBetaboolean
hasExtendedScopesboolean

JSON Example

{
  "key": "string",
  "displayName": "string",
  "authenticationType": "string",
  "grantScope": "UserAccount",
  "capabilities": [
    "string"
  ]
}