This endpoint can be used to retrieve data associated with the specified ‘account_id’ by providing a new OTP to refresh the account session. Currently, E-Wallet can use this customization.

Request Parameters

Key ParametersData TypeDescription
public_access_tokenStringUnique Identifier token for clients, Also called as public_access_token
user_access_tokenStringUnique access token that is generated after a successful connection by the user
account_idStringUnique primary key for institute for which we want to fetch the details
session_idStringUnique session id that generated after successful connection
tokenStringOTP from the end-user

Response Parameters

Key ParametersData TypeDescription
job_idStringUnique Id for request, It will help to map callback response

You can check the async(callback) response here.

Language
Click Try It! to start a request and see the response here!