v1

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

Retrieves an ephemeral certificate

Retrieves a single ephemeral certificate by id

get/current-api-session/certificates/{id}

Path parameters

idstring required

The id of the requested resource

Response

A response containing a single API Session certificate

Example response

{
  "data": {
    "createdAt": "2000-01-23T04:56:07.000+00:00",
    "_links": {
      "key": {
        "method": "method",
        "comment": "comment",
        "href": "https://openapi-generator.tech"
      }
    },
    "subject": "subject",
    "certificate": "certificate",
    "fingerprint": "fingerprint",
    "id": "id",
    "validFrom": "2000-01-23T04:56:07.000+00:00",
    "tags": {},
    "updatedAt": "2000-01-23T04:56:07.000+00:00",
    "validTo": "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"
    ]
  }
}