POST api/v1/advisor/authentication?username={username}&password={password}&apiKey={apiKey}
Validates the consumer's username, password, and apiKey and returns the unique external identifier for the associated advisor.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| username | Required: Username provided by the vendor. | string | Required | 
| password | Required: Password provided by the vendor. | string | Required | 
| apiKey | Required: Apikey provided by the vendor. | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Returns the ExternalUserId associated with the advisor
globally unique identifierResponse Formats
application/json, text/json
            Sample:
        "d90578a7-148a-4a74-bc1c-3bae1be6bf92"
application/xml, text/xml
            Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d90578a7-148a-4a74-bc1c-3bae1be6bf92</guid>