v1

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

List authenticators for the current identity

Retrieves a list of authenticators assigned to the current API session's identity; supports filtering, sorting, and pagination.

get/current-identity/authenticators

Query parameters

limitinteger
offsetinteger
filterstring

Response

A list of authenticators

Example response

{
  "data": [
    {
      "method": "method",
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "extendRequestedAt": "2000-01-23T04:56:07.000+00:00",
      "certPem": "certPem",
      "isIssuedByNetwork": true,
      "lastExtendRolledKeys": true,
      "tags": {},
      "isExtendRequested": true,
      "createdAt": "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",
      "isKeyRollRequested": true,
      "fingerprint": "fingerprint",
      "lastAuthResolvedToRoot": true,
      "id": "id",
      "updatedAt": "2000-01-23T04:56:07.000+00:00",
      "username": "username"
    },
    {
      "method": "method",
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "extendRequestedAt": "2000-01-23T04:56:07.000+00:00",
      "certPem": "certPem",
      "isIssuedByNetwork": true,
      "lastExtendRolledKeys": true,
      "tags": {},
      "isExtendRequested": true,
      "createdAt": "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",
      "isKeyRollRequested": true,
      "fingerprint": "fingerprint",
      "lastAuthResolvedToRoot": true,
      "id": "id",
      "updatedAt": "2000-01-23T04:56:07.000+00:00",
      "username": "username"
    }
  ],
  "meta": {
    "apiEnrollmentVersion": "apiEnrollmentVersion",
    "apiVersion": "apiVersion",
    "pagination": {
      "offset": 6.027456183070403,
      "limit": 0.8008281904610115,
      "totalCount": 1.4658129805029452
    },
    "filterableFields": [
      "filterableFields",
      "filterableFields"
    ]
  }
}