Retrieve the list of all Account Aggregators integrated with FinPro and available for your organization to use.
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be set to application/json for proper request processing |
client_id | string | The unique client identifier assigned to your FIU organization during onboarding |
client_secret | string | The secret key paired with your client_id for secure authentication |
organisationId | string | Your organization’s unique identifier in the FinPro system |
appIdentifier | string | The application identifier that distinguishes different applications within your organization |
| Field | Type | Description |
|---|---|---|
ver | string | The version of the FinPro API that processed the request |
status | string | The outcome of the API call. Possible values: success, failure |
data | array | An array of Account Aggregator objects containing details about each AA |
data[].name | string | The internal identifier or short name of the Account Aggregator used in system references |
data[].aaId | string | The unique Account Aggregator identifier as registered in the Sahamati Central Registry. This is used as the domain part of VUA addresses (e.g., for aaId “onemoney”, VUAs are formatted as mobile@onemoney) |
data[].webUrl | string | The full URL of the Account Aggregator’s web application where users can complete the consent approval process through a browser |
data[].apkUrl | string | The URL or deep link to the Account Aggregator’s mobile application, used for redirecting customers to the native app experience |
data[].logoUrl | string | The URL of the Account Aggregator’s logo image, which can be used in your application’s UI to represent the AA visually |
data[].baseUrl | string | The base domain of the Account Aggregator used for constructing VUA addresses and API endpoints |
data[].status | string | The operational status of the Account Aggregator. Possible values: Active, Inactive. Only Active AAs are available for use in consent flows |
organisationId does not match any registered FIU organization in the FinPro system.
mobile_number@aa_identifier, where:
mobile_number is the customer’s 10-digit mobile number registered with the AAaa_identifier corresponds to the aaId returned by this API9876543210@onemoney.
webUrl in UAT typically points to sandbox domains (e.g., aa.sandbox.onemoney.in)logoUrl field provides a direct link to the Account Aggregator’s official logo imageX-RateLimit-Limit: The maximum number of requests allowed in the time windowX-RateLimit-Remaining: The number of requests remaining in the current windowX-RateLimit-Reset: The Unix timestamp when the rate limit window resets