v1

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

Retrieve an authenticator for the current identity

Retrieves a single authenticator by id. Will only show authenticators assigned to the API session's identity.

get/current-identity/authenticators/{id}

Path parameters

idstring required

The id of the requested resource

Response

A singular authenticator resource

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"
  },
  "meta": {
    "apiEnrollmentVersion": "apiEnrollmentVersion",
    "apiVersion": "apiVersion",
    "pagination": {
      "offset": 6.027456183070403,
      "limit": 0.8008281904610115,
      "totalCount": 1.4658129805029452
    },
    "filterableFields": [
      "filterableFields",
      "filterableFields"
    ]
  }
}