Get a proxy certificate

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

Returns the details of the specified proxy certificate.

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"}