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:
"c5e5e7b2-93a3-4070-a2f8-1c5da09a7ef3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c5e5e7b2-93a3-4070-a2f8-1c5da09a7ef3</guid>