# JPMC-PDP Documentation from https://developer.payments.jpmorgan.com # Retrive account owner information In this tutorial, learn how to retrieve account owner information for a consented account using the J.P. Morgan Business Direct Connect API. By the end of this tutorial, you will know how to retrieve the account owner name and contact information. ## Before you begin To use this capability, you will need to have: - Complete onboarding and get client credentials. - Complete the consent flow and get a valid access token. ## Send a request To retrieve account owner information for a consented account, send a `GET` request to the `/accounts/{accountId}/contact` endpoint. - Replace {accountId} with the account ID you want to query. - Include the required headers, such as x-fapi-interaction-id and Authorization: Bearer , as described in the [integration guide](/docs/treasury/jp-morgan-business-direct-connect/integration-guide). ## Request and response details A successful response returns the account owner name and contact information, such as address, email, and phone number. For details on required and optional parameters, error codes, response formats, and request and response examples, refer to the [API specification](/api/treasury/jp-morgan-business-direct-connect/overview).