--- title: get Account Data (/user/getAccountData) tags: user, working --- **URL** : /user/getAccountData **Method** : Get --- **Header** ``` Authorization : "Bearer <Token>" ``` **Description** --- **Header** ``` ``` **Response** ``` { "meta": { "code": 200, "message": "Success!", "isError": false }, "data": { "bankName": "SBI", "accountName": "Sandip", "accountNo": "372852398", "ifsc": "1234", "accountType": "Saving Account", "panNo": "1234" } } ``` ``` { "meta": { "code": 204, "message": "No Content", "isError": false }, "data": {} } ``` **Description**
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up