Adjútor from Lendsqr
API ReferenceLendsqr
  • Introduction
    • Overview
    • Getting Started
    • Test and Live mode
    • Making your first API call
    • Webhooks
  • Authentication
    • Authentication Type
    • Generating your API key
  • USE CASES
    • Introduction
    • Loan repayment with Direct Debit
    • Corporate Cash and Treasury Management
    • Buy Now Pay Later (BNPL)
    • Embedded Credit/ Finance
    • Loan scoring/ Credit scoring
    • Customer Validation
    • Implementing GSI with Direct Debit
  • Adjutor API Endpoints
    • Oraculi Mobile SDK (Beta)
      • Installing the SDK
      • The Oraculi SDK data journey
    • Validation
      • Bank Verification Number
      • Bank Account Verification
      • Karma Lookup
      • Ecosystem Lookup
    • Decisioning
      • Decision Model Lookup
      • Oraculi scoring
    • Credit Bureaus
    • Direct Debit
      • How Direct Debit works
      • The Direct Debit process
      • Understanding Mandate Statuses
    • Embedded Loans and Payments
    • Platform Data
      • Data for Lenders
      • Operational Services
    • Transactions and Balances with Kolo
      • Initializing Authorization
      • Using your access token
      • Permission Scopes
    • Core Services
  • ADDITIONAL INFORMATION
    • FAQs
    • Getting Support
    • Pricing
    • Glossary
Powered by GitBook
On this page

Was this helpful?

  1. Adjutor API Endpoints
  2. Transactions and Balances with Kolo

Permission Scopes

The Kolo API uses certain scopes to control access to various resources and actions on a customer's account. Each scope allows specific operations on the associated resources.

Below is a detailed explanation of the available scopes, including the corresponding endpoints and how they work.

Scope Descriptions

Scope
Description

transaction:list

Allows listing all transactions.

transaction:view

Allows viewing details of a specific transaction.

transaction:update

Allows updating a specific transaction.

bank_account:list

Allows listing all bank accounts.

bank_account:view

Allows viewing details of a specific bank account.

bank_account:add

Allows adding a new bank account.

bank_account:update

Allows updating a specific bank account.

bank_account:delete

Allows deleting a specific bank account.

bank_account:sync

Allows synchronizing a specific bank account.

profile:view

Allows viewing the user's profile.

Depending on the use case, make sure to EXPLICITLY state what scopes you are requesting for in your request.

Note

If any of these scopes are not clearly defined in your initial URL, you won't be able to carry out any of these actions.

PreviousUsing your access tokenNextCore Services

Last updated 9 months ago

Was this helpful?