API Documentation
GET /accounts/:id/owner
Retrieve owner’s name and address for an Account.
Headers
| NAME |
VALUE |
| Authorization |
Bearer {token} |
Response
| NAME |
VALUE |
| name |
string |
| address |
string |
Status Code
| CODE |
COMMENT |
| 200 |
Request OK. |
| 404 |
Cannot retrieve owner’s detail from the financial institution. |
| 401 |
User not authorized. |