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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e","status":"\u003cstring\u003e"}