List proxy certificates

GET https://{{host}}/etp-config/v3/customers/:configId/certificates

Returns a list of all available proxy certificates.

Request Params

KeyDatatypeRequiredDescription
debugstring(Optional) Indicates if the response includes ISO 8601 timestamp fields for debugging, false by default.
include-certificatestring(Optional) When true, the response includes the certificate block, false by default.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"caMode":"AKAMAI","certificate":"-----BEGIN CERTIFICATE-----\nMIIDpjCCAo6gAwIBAgIIf8Ji8Dm81ko ... TXV0qe8SEF+C5n4=\n-----END CERTIFICATE-----","certificateId":5001,"expiredDate":"2019-10-11T00:15:38+0000","fingerprint":"D1:AB:01:1C:A1:DE:CA:FC:0F:FE:E1:5F:EA:51:B1:E0","issuedDate":"2016-10-11T00:15:38+0000","status":"PENDING_ACTIVATION"},{"caMode":"CUSTOMER","certificate":"-----BEGIN CERTIFICATE-----\nMIIDpjCCAo6gAwIBAgIIf8Ji8Dm81ko ... TXV0qe8SEF+C5n4=\n-----END CERTIFICATE-----","certificateId":5002,"expiredDate":"2018-10-11T00:15:38+0000","fingerprint":"BA:AD:CA:FE:F0:0D:AC:CE:55:1B:1E:15:AB:E1:1A:00","issuedDate":"2015-10-11T00:15:38+0000","status":"ACTIVATED"}]