Current API Session
List the ephemeral certificates available for the current API Session
Retrieves a list of certificate resources for the current API session; supports filtering, sorting, and pagination
get/current-api-session/certificates
Query parameters
limitinteger
offsetinteger
filterstring
Response
A list of the current API Session's 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"
},
{
"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"
]
}
}