GET api/Authentication/Seamless/ForRep/{repDID}

Allows the user (Rep) to get a seamless authentication token to use for authentication into other Freedom Suite applications.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
repDID

This is an optional parameter to specify the RepDID. If you have an API account, you must specify the RepDID. If you are connecting via OAuth, then no repDID is needed as we'll pull it from our authentication.

string

Default value is

Body Parameters

None.

Response Information

Resource Description

An authentication token

ISeamlessAuthenticationToken
NameDescriptionTypeAdditional information
Token

string

None.

IPAddress

string

None.

Response Formats

application/xml, text/xml

Sample:
<SeamlessAuthenticationToken>
  <Token />
  <IPAddress />
</SeamlessAuthenticationToken>

application/json, text/json

Sample:
{}