v1

latestOpenAPI 3.0.1Apache 2.02026-07-1759153352.8 KB
Current API Session

Return the current API session

Retrieves the API session that was used to issue the current request

get/current-api-session

Response

The API session associated with the session used to issue the request

Example response

{
  "data": {
    "isCertExtendRequested": true,
    "_links": {
      "key": {
        "method": "method",
        "comment": "comment",
        "href": "https://openapi-generator.tech"
      }
    },
    "configTypes": [
      "configTypes",
      "configTypes"
    ],
    "authQueries": [
      {
        "clientId": "clientId",
        "isTotpEnrolled": true,
        "provider": "ziti",
        "httpUrl": "httpUrl",
        "minLength": 6,
        "format": "numeric",
        "typeId": "MFA",
        "id": "id",
        "scopes": [
          "scopes",
          "scopes"
        ],
        "httpMethod": "httpMethod",
        "maxLength": 0
      },
      {
        "clientId": "clientId",
        "isTotpEnrolled": true,
        "provider": "ziti",
        "httpUrl": "httpUrl",
        "minLength": 6,
        "format": "numeric",
        "typeId": "MFA",
        "id": "id",
        "scopes": [
          "scopes",
          "scopes"
        ],
        "httpMethod": "httpMethod",
        "maxLength": 0
      }
    ],
    "expirationSeconds": 1,
    "ipAddress": "ipAddress",
    "lastActivityAt": "2000-01-23T04:56:07.000+00:00",
    "isMfaRequired": true,
    "expiresAt": "2000-01-23T04:56:07.000+00:00",
    "tags": {},
    "token": "token",
    "createdAt": "2000-01-23T04:56:07.000+00:00",
    "isMfaComplete": true,
    "cachedLastActivityAt": "2000-01-23T04:56:07.000+00:00",
    "identity": {
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "name": "name",
      "id": "id",
      "entity": "entity"
    },
    "identityId": "identityId",
    "improperClientCertChain": true,
    "isCertKeyRollRequested": true,
    "authenticatorId": "authenticatorId",
    "id": "id",
    "isCertExtendable": true,
    "updatedAt": "2000-01-23T04:56:07.000+00:00"
  },
  "meta": {
    "apiEnrollmentVersion": "apiEnrollmentVersion",
    "apiVersion": "apiVersion",
    "pagination": {
      "offset": 6.027456183070403,
      "limit": 0.8008281904610115,
      "totalCount": 1.4658129805029452
    },
    "filterableFields": [
      "filterableFields",
      "filterableFields"
    ]
  }
}