All requests to this API requires a valid authorization Token issued from Advisors Assistant server. The caller must first call the authentication endpoint to retrieve a valid access token. All subsequence calls to the API must contain a valid authorization token for the calls to be successful.
The token value is passed within a request header named "Authorization" with a value starting with the word "Bearer", then a space, then the authorization token, e.g. "Bearer a1b2c3d4e5f6g7".
In order to retrieve an authorization token, the caller will need to send the following:
In addition, the partner application also need to encrypt the authentication request before sending to Advisors Assistant Data API.
Please contact Advisor Assistant for further instruction to integrate with Advisors Assistant Data API. Sample code is available upon request.