Skip to main content

Gets the current session information

GET /v1/session

Summary

Gets the current session information.

Details

Returns a JSON object where name is MFAType and

value is the current MFA type ID for the session.

Authentication

No operation-level security requirement is documented here.

Parameters

None documented here.

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • name (string, optional)
  • value (string, optional)

Example

{
"name": "RemoteWorker",
"value": "Example value"
}