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 |
---|---|
| Allows listing all transactions. |
| Allows viewing details of a specific transaction. |
| Allows updating a specific transaction. |
| Allows listing all bank accounts. |
| Allows viewing details of a specific bank account. |
| Allows adding a new bank account. |
| Allows updating a specific bank account. |
| Allows deleting a specific bank account. |
| Allows synchronizing a specific bank account. |
| 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.
Last updated