cURL
curl --request GET \ --url https://api.bank.com/accountdetails \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
"{\n \"account_type\": \"Savings\",\n \"account_number\": \"00098000363622\",\n \"ifsc\": \"HDFC0000002\",\n \"upi_id\": \"ahk201199@okhdfcbank\",\n \"swift_code\": \"HDFCINBBAHM\",\n \"micr\": \"123456789\",\n \"mmid\": \"4455123\",\n}"
GET API reads Bank Account Details from the Bank partner
API key to uniquely identify the API user
API version
Authentication token to authorize the request
200