Logo
Akamai APIs API Documentation

List proxy certificates

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

Returns a list of all available proxy certificates.

 

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" }, { "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" } ]



Curl
curl -X GET 'https://undefined/etp-config/v3/customers/:configId/certificates?debug=&include-certificate=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS