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"=>"portal", "OrgID"=>"<string>", "EmailAddress"=>"<string>", "GroupID"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}