menu

Advisee Documents for New Partners

The following steps describe the workflow for pulling a document via API for integration partners who do not have an established data file integration with GSAS.

This process will require an admin user to be setup in GSAS under each advisory firm that will use the integration. The admin user will have access to all accounts under that advisory firm with at least detailed level viewer access.

Step 1 - Pull a List of Accounts

Partners not integrated with our data feed will not have a list of account numbers available for a given advisor.

Use this API to identify all account numbers the advisor has access to.

Endpoint: GET /api/v2/accounts

This API call will be used to build a list of all account numbers that belong to the firm.

This API call will return all accounts under the firm and include primaryAccountOwner, jointOwners, signatoryMembers, and any other user that can see the document (see full list in viewStatements field in the response).

Step 2 - Identify Account Owners

Use this API so you can identify the loginids of the GSAS members who get documents for a given account.

Endpoint: GET /api/v2/accounts/{accountNumber}

To pull a document, you will need to know the GSAS loginid of the member whose document you want to pull.

This API call will return primary account owner (primaryAccountOwner), joint owners (jointOwners), authorized signatories (signatoryMembers), and any other user that can see the document (see full list in viewStatements field in the response).

Step 3 - Validate User Identity

This request returns details about the user, which you could use to validate the users identity.

  • i.e. first name, last name and date of birth

Endpoint: GET /api/v2/users GET /api/v2/users?loginIds=[bobsmith, smith12345]

This request will return details about the user which you could use to map to your system.

This includes first name, last name, date of birth, etc.

Step 4 - Get a List of Available Documents

This request returns a list of all documents available for that user.

Endpoint(s): GET /api/v2/downloads?loginId=[loginId]?reportType=[reportType] GET /api/v2/downloads?loginId=[loginId]

You will need the reportId returned in the API response URL to pull a specific document.

For household level statements, you will see household indicators returned including householdID and householdName.

If a member is part of a household and is receiving statements for the household, you will see multiple statements for a given month for that member.

  • i.e. A member can receive one statement with the accounts in their household and another statement with their accounts not in the household.

Step 5 - Download the Document

This request returns the document in PDF or XML format. The format of the document depends on the document type.

Pass the reportId for the report you are downloading in the request URL.

Endpoint: GET /api/v2/downloads/{reportId}


GS DAP® is owned and operated by Goldman Sachs. This site is for informational purposes only and does not constitute an offer to provide, or the solicitation of an offer to provide access to or use of GS DAP®. Any subsequent commitment by Goldman Sachs to provide access to and / or use of GS DAP® would be subject to various conditions, including, amongst others, (i) satisfactory determination and legal review of the structure of any potential product or activity, (ii) receipt of all internal and external approvals (including potentially regulatory approvals); (iii) execution of any relevant documentation in a form satisfactory to Goldman Sachs; and (iv) completion of any relevant system / technology / platform build or adaptation required or desired to support the structure of any potential product or activity. All GS DAP® features may not be available in certain jurisdictions. Not all features of GS DAP® will apply to all use cases. Use of terms (e.g., "account") on GS DAP® are for convenience only and does not imply any regulatory or legal status by such term.
¹ Real-time data can be impacted by planned system maintenance, connectivity or availability issues stemming from related third-party service providers, or other intermittent or unplanned technology issues.
Transaction Banking services are offered by Goldman Sachs Bank USA (“GS Bank”) and its affiliates. GS Bank is a New York State chartered bank, a member of the Federal Reserve System and a Member FDIC. For additional information, please see Bank Regulatory Information.
Certain solutions and Institutional Services described herein are provided via our Marquee platform. The Marquee platform is for institutional and professional clients only. This site is for informational purposes only and does not constitute an offer to provide the Marquee platform services described, nor an offer to sell, or the solicitation of an offer to buy, any security. Some of the services and products described herein may not be available in certain jurisdictions or to certain types of clients. Please contact your Goldman Sachs sales representative with any questions. Any data or market information presented on the site is solely for illustrative purposes. There is no representation that any transaction can or could have been effected on such terms or at such prices. Please see https://www.goldmansachs.com/disclaimer/sec-div-disclaimers-for-electronic-comms.html for additional information.
Mosaic is a service mark of Goldman Sachs & Co. LLC. This service is made available in the United States by Goldman Sachs & Co. LLC and outside of the United States by Goldman Sachs International, or its local affiliates in accordance with applicable law and regulations. Goldman Sachs International and Goldman Sachs & Co. LLC are the distributors of the Goldman Sachs Funds. Depending upon the jurisdiction in which you are located, transactions in non-Goldman Sachs money market funds are affected by either Goldman Sachs & Co. LLC, a member of FINRA, SIPC and NYSE, or Goldman Sachs International. For additional information contact your Goldman Sachs representative. Goldman Sachs & Co. LLC, Goldman Sachs International, Goldman Sachs Liquidity Solutions, Goldman Sachs Asset Management, L.P., and the Goldman Sachs funds available through Goldman Sachs Liquidity Solutions and other affiliated entities, are under the common control of the Goldman Sachs Group, Inc.
© 2025 Goldman Sachs. All rights reserved.