Get a proxy certificate
GET https://{{host}}/etp-config/v3/customers/:configId/certificates/:certificateId
Returns the details of the specified proxy certificate.
Body
PARAM
Key | Datatype | Required | Description |
debug
|
string | (Optional) Indicates if the response includes ISO 8601 timestamp fields for debugging, `false` by default. | |
include-certificate
|
string | (Optional) When `true`, the response includes the certificate block, `false` by default. | |
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
{
"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"
} |
ENDPOINTS