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:
"47220617-a382-4019-8f4c-8ec4970d3bbb"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">47220617-a382-4019-8f4c-8ec4970d3bbb</guid>