GET api/Authentication/Seamless/ForCustomer/{customerDID}
Allows the user (Customer) to get a seamless authentication token to use for authentication into other Freedom Suite applications.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerDID |
This is an optional parameter to specify the CustomerDID. If you have an API account, you must specify the CustomerDID. If you are connecting via OAuth, then no customerDID is needed as we'll pull it from our authentication. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
An authentication token
ISeamlessAuthenticationTokenName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
IPAddress | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<SeamlessAuthenticationToken> <Token /> <IPAddress /> </SeamlessAuthenticationToken>
application/json, text/json
Sample:
{}