Generate authentication token
POST {{baseUrl}}/api/sso/
The Dashboard exposes the /api/sso Dashboard API which allows you to generate a temporary authentication token, valid for 60 seconds.
Request Body
{"ForSection"=>"dashboard", "OrgID"=>"588b4f0bb275ff0001cc7471", "EmailAddress"=>"name@somewhere.com", "GroupID"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"Status":"OK","Message":"SSO Nonce created","Meta":"YTNiOGUzZjctYWZkYi00OTNhLTYwODItZTAzMDI3MjM0OTEw"}