SOTT API
Generate SOTT
curl -X GET \'https://api.loginradius.com/identity/v2/manage/account/sott?apikey=&apisecret=&TimeDifference=' \-H 'Cache-Control: no-cache' \-H 'content-Type: application/json' \
The above command returns JSON structured like this:
{"ExpiryTime" : "Sott expiry time","Sott" : "SOTT is a secure one time token"}
This API allows you to generate SOTT with a given expiration time.
HTTP Request
Get /identity/v2/manage/account/sott?apikey=&apisecret=&TimeDifference=
Query Parameters
Parameter | Default | Description |
---|---|---|
apikey | none | LoginRadius API Key [Required] |
apisecret | none | LoginRadius API Secret [Required] |
TimeDifference | none | The time difference you would like to pass, If you not pass difference then the default value is 10 minutes [Optional] |