Consuming data
Having the
access_token
and the credentials_id
for a certain resource generated with the flow above, you can now start querying the data.This is specific for each skill. An account information skill would be used by querying the
/accounts
and /transactions
API endpoints. We're also planning to release the GrapqhQL endpoints, including support for realtime subscriptions - currently in internal testing phase.At this stage, all the API calls should be done by your tenant's backend, authenticated with the tenant's
client_id
and client_secret
.Last modified 1yr ago