Skip to main content

Creates a session

POST /v1/session

Summary

Creates a session.

Details

Expects an HTTP Basic Authorization header containing the username and password. On success, returns a

session payload containing the session GUID and MFA information.

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

  • sessionGuid (string, optional)
  • mfaTypeId (integer (int64), optional)
  • browserGUID (string, optional)

Example

{
"sessionGuid": "11111111-2222-3333-4444-555555555555",
"mfaTypeId": 1,
"browserGUID": "11111111-2222-3333-4444-555555555555"
}