POST v1/store/sso/login
Logs the user into the store using temporary SSO token.
Request Information
URI Parameters
None.
Body Parameters
SsoLoginModelName | Description | Type | Additional information |
---|---|---|---|
Token |
The SSO token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SecurityTokenModelName | Description | Type | Additional information |
---|---|---|---|
Token |
The security token. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Token": "sample string 1" }