How to verify authorised Organisations with access permissions

How to verify authorised Organisations with access permissions

To determine which Organisations the Account Owner has authorised, you can make a call to the /companies endpoint using the received token. In response, you will receive a list of Organisations UUIDs to which access has been granted.

To retrieve information about the authorised connections in the current authentication flow, you can visit the Connections list page on the ApprovalMax main application page.
This page will provide you with details of the connections that have been authorised during the authentication process.

Please note: if you wish to revoke access to a particular Organisation through the Public API, or add a new Organisation to the list of accessible entities, you will need to create a new connection by initiating the authorisation flow again. This is necessary to ensure the security and integrity of sensitive data managed by ApprovalMax.
If you wish to disable or remove a connection to revoke access to your data via the ApprovalMax Public API, you also need to visit the Connections list page on the ApprovalMax main application page.
To delete a connection, the Account Owner, Account Manager or Administrator has the authority to remove it. Deleting the connection will revoke any associated access tokens and refresh tokens.
Please note: this action can only be performed by an Account Owner or Account Manager, and once a connection is deleted, it cannot be restored. If the user wishes to use your application again, they will need to reauthorise the connection.
The disabling process also involves the Account Owner, Account Manager or Administrator, who has the ability to change the connection's status.



    • Related Articles

    • How to grant access to an Organisation via the ApprovalMax Public API

      This is how you grant access to an Organisation via the ApprovalMax API: 1. Initiate a user authorisation: generate an URL with the necessary parameters to direct the Account Owner / Account Manager / Organisation Administrator to the ApprovalMax ...
    • A list of endpoints available in the Public API

      To make calls against the APIs, please refer to the endpoints below or to the swagger : Endpoints Description GET /ping This endpoint is used for checking the overall availability and responsiveness of the ApprovalMax Public API. When a GET request ...
    • Prerequisites for using the Public API

      Before proceeding with the authorisation process for the ApprovalMax Public API feature, there are certain prerequisites that need to be met. These include: 1. Granting access to the Developer Portal: in order to access the Developer Portal and ...
    • How to grant access to an Organisation via the Consent page

      When the Account Owner, Account Manager or Organisation Administrator* initiates the authorisation process, they are redirected to a Consent page. Here, they can manually select the Organisation(s) they wish to grant access to. If the list of ...
    • Public API Guide

      Our Public API Guide is available on our website, please follow this link to find it: ApprovalMax – Public API Guide