Just some inconsistencies I've picked up: Account & transactions have their data contents in data.accounts / data.transactions , but beneficiary categories does not have an equivalent categories array. PB docs have incorrect key casing for the get beneficiaries call, and the beneficiary categories doc has outdated key names (e.g. id instead of CategoryId). Key casing on beneficiary categories is PascalCase instead of camelCase as used everywhere else.