Platform Partner API Overview

Authentication
All API requests must be authenticated using OAuth 2.0. Access to our Partner APIs require a unique client id and secret, which may be provided by Asset-Map upon request.

If you are interested in developing an integration to Asset-Map please complete our online Partnership Interest Question and include “Platform Integration” as a selected area of interest. From there, a member of the Asset-Map Team will reach out to schedule a conversation.
Available Endpoints
All API requests must be authenticated using OAuth 2.0. Access to our Partner APIs require a unique client id and secret, which may be provided by Asset-Map upon request.

If you are interested in developing an integration to Asset-Map please complete our online Partnership Interest Question and include “Platform Integration” as a selected area of interest. From there, a member of the Asset-Map Team will reach out to schedule a conversation.
EndpointDescriptionSupported Method(s)
Household SearchSearches an advisor's households using a query string that does a contains search on the household name and the household member’s full names.POST
Household InfoRetrieves detailed information about a household, including household members and instruments.GET
List InstrumentsRetrieves all instruments for a household.GET
Create InstrumentsCreates a new instrument for the household.POST
Get InstrumentRetrieves an individual instrument for the household.GET
Update InstrumentReplaces instrument fields.PUT
Delete InstrumentDeletes an instrument for a household.DELETE
List MembersRetrieves all members for a household.GET
Create MemberCreates a new member for the household.POST
Get MemberRetrieves an individual member for the household.GET
Update MemberReplaces member fields.PUT
Delete MemberDeletes a member for a household.DELETE
How to Request Access & Additional Information
To request integration access:
  1. Complete the Partnership Interest Questionnaire.
  2. Select "Platform Integration".
  3. A member of the Asset-Map team will contact you.
When we reach out to you, you will be asked for the following information:
  • Organization Name
  • redirect_urls: Approved redirect URIs where users will be directed after authentication. You may provide multiple URIs, but only the ones listed will be accepted in the integration.
How to Request Access & Additional Information
  • Client ID and Client Secret for use in the OAuth flow
  • Authorization Host: The domain for the OAuth2 authorization endpoints, which must be securely stored upon receipt