1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Banking
  5. GET /accounts/:id/owner

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.

How can we help?