List certificates
GET https://{{host}}/sso-config/v1/idps/:entityId/certificates
This operation lists the certificates from the IdP.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"certificate": "MIIELDCCAxSgAwIBAgIUGkFx3+hwT7M4z0FbP0scuB6VDnIwDQYJKoZIhvc.../9F8F+ZkZvaBx2+PIT9g==",
"certificateId": "d7e596a8c5c2067620791647bea185c2",
"expirationDate": "2027-09-23T16:08:05.000+00:00",
"rotationDate": null
},
{
"certificate": "MIIEsDCCApgCCQCy2z3hGDUt5zANBgkqhkiG9w0BAQsFADAaMQswCQYDVQ...+wyLZ4Bvawd1vOphfRgvA==",
"certificateId": "4426172c47550a28dcfb1f862514054b",
"expirationDate": "2033-06-11T12:46:39.000+00:00",
"rotationDate": "2028-06-14T12:46:56.074+00:00"
}
] |
ENDPOINTS